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

Method Start

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

Start kicks off required background tasks.

()

Source from the content-addressed store, hash-verified

139type Collection interface {
140 // Start kicks off required background tasks.
141 Start() error
142
143 // Close synchronously stops background tasks and releases
144 // resources.

Callers 15

closeReopenFuncFunction · 0.95
TestIteratorMergeOpsFunction · 0.95
testIteratorSeekToFunction · 0.95
testSimpleStoreExFunction · 0.95
testStoreOpsFunction · 0.95
testStoreCompactionFunction · 0.95
TestNewCollectionFunction · 0.95
TestEmptyFunction · 0.95
TestOpsAsyncMergeFunction · 0.95

Implementers 1

collectioncollection.go

Calls

no outgoing calls

Tested by 15

TestIteratorMergeOpsFunction · 0.76
testIteratorSeekToFunction · 0.76
testSimpleStoreExFunction · 0.76
testStoreOpsFunction · 0.76
testStoreCompactionFunction · 0.76
TestNewCollectionFunction · 0.76
TestEmptyFunction · 0.76
TestOpsAsyncMergeFunction · 0.76
TestOpsDeferredSortFunction · 0.76