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

Method Collection

db/blip_sync_messages.go:436–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434}
435
436func (rm *RevMessage) Collection() (int, bool) {
437 return getBlipMessageCollection(rm.Message)
438}
439
440func (rm *RevMessage) SetCollection(val *int) {
441 if val != nil {

Callers 7

StringMethod · 0.95
CreateDataStoreMethod · 0.45
NamedDataStoreMethod · 0.45
CollectionClientMethod · 0.45
TestInitializeIndexesFunction · 0.45
TestPartitionedIndexesFunction · 0.45

Calls 1

getBlipMessageCollectionFunction · 0.85

Tested by 3

CollectionClientMethod · 0.36
TestInitializeIndexesFunction · 0.36
TestPartitionedIndexesFunction · 0.36