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

Function PushCheckpointID

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

Source from the content-addressed store, hash-verified

409}
410
411func PushCheckpointID(replicationID string) string {
412 return "sgr2cp:push:" + replicationID
413}
414
415func PullCheckpointID(replicationID string) string {
416 return "sgr2cp:pull:" + replicationID

Callers 3

LoadReplicationStatusFunction · 0.85

Calls

no outgoing calls

Tested by 1