Home
last modified time | relevance | path

Searched refs:ByConversationExistence (Results 1 – 1 of 1) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dextras.go1969 type ByConversationExistence []ConversationExistence type
1971 func (m ByConversationExistence) Len() int { return len(m) }
1972 func (m ByConversationExistence) Swap(i, j int) { m[i], m[j] = m[j], m[i] }
1973 func (m ByConversationExistence) Less(i, j int) bool { return m[i] > m[j] }
1979 sort.Sort(ByConversationExistence(res))