MCPcopy Index your code
hub / github.com/go-git/go-git / NumParents

Method NumParents

plumbing/object/commitgraph/commitnode_object.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (c *objectCommitNode) NumParents() int {
59 return c.commit.NumParents()
60}
61
62func (c *objectCommitNode) ParentNodes() CommitNodeIter {
63 return newParentgraphCommitNodeIter(c)

Callers

nothing calls this directly

Calls 1

NumParentsMethod · 0.65

Tested by

no test coverage detected