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

Method testScopeName

base/main_test_bucket_pool.go:746–752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

744}
745
746func (tbp *TestBucketPool) testScopeName() string {
747 if tbp.useDefaultScope {
748 return DefaultScope
749 } else {
750 return fmt.Sprintf("%s%d", tbpScopePrefix, 0)
751 }
752}
753
754// TBPBucketInitFunc is a function that is run once (synchronously) when creating/opening a bucket.
755type TBPBucketInitFunc func(ctx context.Context, b Bucket, tbp *TestBucketPool) error

Callers 1

createCollectionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected