Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/merkletree2/
H A Dstorage_engine_for_test.go17 SortedKVPRs []*KVPRecord
30 type SortedKVPR []*KVPRecord
53 type KVPRecord struct { struct
56 next *KVPRecord argument
73 func (i *InMemoryStorageEngine) findKVPR(k Key) *KVPRecord {
84 newSKVPR := make([]*KVPRecord, len(kevps))
88 newSKVPR[j] = &KVPRecord{kevp: kevp, s: s, next: oldKvp}