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

Method NamedDataStore

base/util_testing.go:65–67  ·  view source on GitHub ↗

NamedDataStore is intentionally not implemented for TestBucket DEPRECATED: Should use GetNamedDataStore

(name sgbucket.DataStoreName)

Source from the content-addressed store, hash-verified

63// NamedDataStore is intentionally not implemented for TestBucket
64// DEPRECATED: Should use GetNamedDataStore
65func (b *TestBucket) NamedDataStore(name sgbucket.DataStoreName) (sgbucket.DataStore, error) {
66 return b.Bucket.NamedDataStore(name)
67}
68
69func (tb TestBucket) Close(ctx context.Context) {
70 tb.closeFn(ctx)

Callers 1

GetNamedDataStoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected