MCPcopy Create free account
hub / github.com/couchbase/moss / Snapshot

Method Snapshot

api.go:151–151  ·  view source on GitHub ↗

Snapshot returns a stable Snapshot of the key-value entries.

()

Source from the content-addressed store, hash-verified

149
150 // Snapshot returns a stable Snapshot of the key-value entries.
151 Snapshot() (Snapshot, error)
152
153 // Get retrieves a value from the collection for a given key
154 // and returns nil if the key is not found.

Callers 15

closeReopenFuncFunction · 0.95
TestIteratorMergeOpsFunction · 0.95
testIteratorSeekToFunction · 0.95
testSimpleStoreExFunction · 0.95
openStoreAndWriteNItemsFunction · 0.95
TestEmptyFunction · 0.95
runTestPersisterFunction · 0.95

Implementers 1

collectioncollection.go

Calls

no outgoing calls

Tested by 15

TestIteratorMergeOpsFunction · 0.76
testIteratorSeekToFunction · 0.76
testSimpleStoreExFunction · 0.76
openStoreAndWriteNItemsFunction · 0.76
TestEmptyFunction · 0.76
runTestPersisterFunction · 0.76
benchmarkStoreDoFunction · 0.76