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

Function FullyQualifiedCollectionName

base/collection_common.go:45–47  ·  view source on GitHub ↗
(bucketName, scopeName, collectionName string)

Source from the content-addressed store, hash-verified

43}
44
45func FullyQualifiedCollectionName(bucketName, scopeName, collectionName string) string {
46 return bucketName + "." + scopeName + "." + collectionName
47}

Callers 4

GetNameMethod · 0.85
expandFieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected