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

Method Add

db/util_testing.go:132–134  ·  view source on GitHub ↗
(count int)

Source from the content-addressed store, hash-verified

130}
131
132func (sw *StatWaiter) Add(count int) {
133 sw.targetCount += int64(count)
134}
135
136func (sw *StatWaiter) AddAndWait(count int) {
137 sw.targetCount += int64(count)

Calls

no outgoing calls