MCPcopy
hub / github.com/perkeep/perkeep / Next

Method Next

pkg/sorted/kv.go:117–117  ·  view source on GitHub ↗

Next moves the iterator to the next key/value pair. It returns false when the iterator is exhausted.

()

Source from the content-addressed store, hash-verified

115 // Next moves the iterator to the next key/value pair.
116 // It returns false when the iterator is exhausted.
117 Next() bool
118
119 // Key returns the key of the current key/value pair.
120 // Only valid after a call to Next returns true.

Callers 15

autoDiscoverFunction · 0.65
EnumerateBlobsMethod · 0.65
EnumerateBlobsMethod · 0.65
EnumerateBlobsMethod · 0.65
testStorageFunction · 0.65
EnumerateBlobsMethod · 0.65
TestReindexFunction · 0.65
OpenWholeRefMethod · 0.65
checkLargeIntegrityMethod · 0.65
EnumerateBlobsMethod · 0.65
ForeachInRangeFunction · 0.65

Implementers 6

memIterpkg/sorted/mem.go
iterpkg/sorted/kvfile/kvfile.go
iterpkg/sorted/mongo/mongokv.go
iterpkg/sorted/buffer/buffer.go
iterpkg/sorted/sqlkv/sqlkv.go
iterpkg/sorted/leveldb/leveldb.go

Calls

no outgoing calls

Tested by 5

testStorageFunction · 0.52
TestReindexFunction · 0.52
checkFunction · 0.52
foreachSortedFunction · 0.52
TestFDLeakFunction · 0.52