(bucketName, scopeName, collectionName string)
| 43 | } |
| 44 | |
| 45 | func FullyQualifiedCollectionName(bucketName, scopeName, collectionName string) string { |
| 46 | return bucketName + "." + scopeName + "." + collectionName |
| 47 | } |
no outgoing calls
no test coverage detected