()
| 56 | } |
| 57 | |
| 58 | func (c *objectCommitNode) NumParents() int { |
| 59 | return c.commit.NumParents() |
| 60 | } |
| 61 | |
| 62 | func (c *objectCommitNode) ParentNodes() CommitNodeIter { |
| 63 | return newParentgraphCommitNodeIter(c) |
nothing calls this directly
no test coverage detected