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

Function PullCheckpointID

db/active_replicator.go:415–417  ·  view source on GitHub ↗
(replicationID string)

Source from the content-addressed store, hash-verified

413}
414
415func PullCheckpointID(replicationID string) string {
416 return "sgr2cp:pull:" + replicationID
417}

Callers 2

LoadReplicationStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected