MCPcopy 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
591func (ce *ChangeEntry) SetBranched(isBranched bool) {
592 ce.branched = isBranched
593}
594
595func (ce *ChangeEntry) String() string {
596

Callers 1

createChangesEntryFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected