MCPcopy
hub / github.com/perkeep/perkeep / Value

Method Value

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

Value returns the value of the current key/value pair. Only valid after a call to Next returns true.

()

Source from the content-addressed store, hash-verified

130 // Value returns the value of the current key/value pair.
131 // Only valid after a call to Next returns true.
132 Value() string
133
134 // ValueBytes returns the value as bytes. The returned bytes
135 // should not be written and are invalid after the next call

Callers 15

serveImporterMethod · 0.65
ctxGetVerboseFunction · 0.65
EnumerateBlobsMethod · 0.65
EnumerateBlobsMethod · 0.65
EnumerateBlobsMethod · 0.65
TestReindexFunction · 0.65
ForeachInRangeFunction · 0.65
ValueBytesMethod · 0.65
CommitBatchMethod · 0.65
CommitBatchMethod · 0.65
CommitBatchMethod · 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 3

TestReindexFunction · 0.52
checkFunction · 0.52
foreachSortedFunction · 0.52