Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
719
func
incrementCas(cas uint64, delta int) (casOut uint64) {
720
cas = cas + uint64(delta)
721
return
cas
722
}
723
724
func
TestGetDeleted(t *testing.T) {
725
Callers
1
TestCheckProposedVersion
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected