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

Method rev

db/blip_sync_messages.go:341–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339}
340
341func (scm *SetCheckpointMessage) rev() string {
342 return scm.Properties[SetCheckpointRev]
343}
344
345func (scm *SetCheckpointMessage) SetRev(rev string) {
346 scm.Properties[SetCheckpointRev] = rev

Callers 2

StringMethod · 0.95
handleSetCheckpointMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected