MCPcopy Index your code
hub / github.com/perkeep/perkeep / Find

Method Find

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

Find returns an iterator positioned before the first key/value pair whose key is 'greater than or equal to' the given key. There may be no such pair, in which case the iterator will return false on Next. The optional end value specifies the exclusive upper bound. If the empty string, the iterator r

(start, end string)

Source from the content-addressed store, hash-verified

66 // error-iterator will yield no key/value pairs and closing that iterator
67 // will return that error.
68 Find(start, end string) Iterator
69
70 // Close is a polite way for the server to shut down the storage.
71 // Implementations should never lose data after a Set, Delete,

Callers 15

EnumerateBlobsMethod · 0.65
EnumerateBlobsMethod · 0.65
EnumerateBlobsMethod · 0.65
FetchMethod · 0.65
StatBlobsMethod · 0.65
EnumerateBlobsMethod · 0.65
TestReindexFunction · 0.65
OpenWholeRefMethod · 0.65
checkLargeIntegrityMethod · 0.65
EnumerateBlobsMethod · 0.65
TestMemoryKV_DoubleCloseFunction · 0.65
ForeachInRangeFunction · 0.65

Implementers 6

memKeyspkg/sorted/mem.go
kvispkg/sorted/kvfile/kvfile.go
keyValuepkg/sorted/mongo/mongokv.go
KeyValuepkg/sorted/buffer/buffer.go
KeyValuepkg/sorted/sqlkv/sqlkv.go
kvispkg/sorted/leveldb/leveldb.go

Calls

no outgoing calls

Tested by 5

TestReindexFunction · 0.52
TestMemoryKV_DoubleCloseFunction · 0.52
checkFunction · 0.52
foreachSortedFunction · 0.52
TestFDLeakFunction · 0.52