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

Method ID

db/blip_sync_messages.go:387–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385}
386
387func (rm *RevMessage) ID() (id string, found bool) {
388 id, found = rm.Properties[RevMessageID]
389 return id, found
390}
391
392func (rm *RevMessage) Rev() (rev string, found bool) {
393 rev, found = rm.Properties[RevMessageRev]

Callers 2

StringMethod · 0.95
processRevMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected