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

Method CBLReplicationPull

base/stats.go:1606–1608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1604}
1605
1606func (d *DbStats) CBLReplicationPull() *CBLReplicationPullStats {
1607 return d.CBLReplicationPullStats
1608}
1609
1610func (d *DbStats) initCBLReplicationPushStats() error {
1611 var err error

Calls

no outgoing calls