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

Function incrementCas

db/database_test.go:719–722  ·  view source on GitHub ↗
(cas uint64, delta int)

Source from the content-addressed store, hash-verified

717}
718
719func incrementCas(cas uint64, delta int) (casOut uint64) {
720 cas = cas + uint64(delta)
721 return cas
722}
723
724func TestGetDeleted(t *testing.T) {
725

Callers 1

TestCheckProposedVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected