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

Method ScopeAndCollectionName

db/database_collection.go:440–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

438}
439
440func (c *DatabaseCollection) ScopeAndCollectionName() base.ScopeAndCollectionName {
441 return base.NewScopeAndCollectionName(c.ScopeName, c.Name)
442}
443
444// AddCollectionContext adds the collection name to a context.
445func (c *DatabaseCollection) AddCollectionContext(ctx context.Context) context.Context {

Callers 7

invalUserChannelsMethod · 0.95
invalRoleChannelsMethod · 0.95
RunMethod · 0.80
SyncFnDryRunMethod · 0.80
TestInitializeIndexesFunction · 0.80

Calls 1

Tested by 2

TestInitializeIndexesFunction · 0.64