NumParents returns the number of parents in a commit.
()
| 20 | CommitTime() time.Time |
| 21 | // NumParents returns the number of parents in a commit. |
| 22 | NumParents() int |
| 23 | // ParentNodes return a CommitNodeIter for parents of specified node. |
| 24 | ParentNodes() CommitNodeIter |
| 25 | // ParentNode returns the ith parent of a commit. |
no outgoing calls