MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / DefaultDataStore

Method DefaultDataStore

base/util_testing.go:59–61  ·  view source on GitHub ↗

DefaultDataStore is intentionally not implemented for TestBucket DEPRECATED: Should use GetSingleDataStore

()

Source from the content-addressed store, hash-verified

57// DefaultDataStore is intentionally not implemented for TestBucket
58// DEPRECATED: Should use GetSingleDataStore
59func (b *TestBucket) DefaultDataStore() sgbucket.DataStore {
60 return b.Bucket.DefaultDataStore()
61}
62
63// NamedDataStore is intentionally not implemented for TestBucket
64// DEPRECATED: Should use GetNamedDataStore

Callers 2

GetSingleDataStoreMethod · 0.45
GetMetadataStoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected