Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ SetBranched
Method
SetBranched
db/changes.go:591–593 ·
view source on GitHub ↗
(isBranched bool)
Source
from the content-addressed store, hash-verified
589
}
590
591
func
(ce *ChangeEntry) SetBranched(isBranched bool) {
592
ce.branched = isBranched
593
}
594
595
func
(ce *ChangeEntry) String() string {
596
Callers
1
createChangesEntry
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected