MCPcopy Create free account
hub / github.com/couchbase/cbft / encodeCollMetaFieldValue

Function encodeCollMetaFieldValue

collection_utils.go:79–81  ·  view source on GitHub ↗
(suid, cuid int64)

Source from the content-addressed store, hash-verified

77}
78
79func encodeCollMetaFieldValue(suid, cuid int64) string {
80 return fmt.Sprintf("_$%d_$%d", suid, cuid)
81}
82
83func (c *collMetaFieldCache) setValue(indexName, scopeName string,
84 suid int64, collName string, cuid int64, multiCollIndex bool) {

Callers 2

initMetaFieldValCacheFunction · 0.85
setValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected