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

Method IsRoot

db/revtree.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (rev RevInfo) IsRoot() bool {
37 return rev.Parent == ""
38}
39
40// A revision tree maps each revision ID to its RevInfo.
41type RevTree map[string]*RevInfo

Callers 3

RepairCyclesMethod · 0.80
RenderGraphvizDotMethod · 0.80
LongestBranchMethod · 0.80

Calls

no outgoing calls

Tested by 1

LongestBranchMethod · 0.64