ParentNode returns the ith parent of a commit.
(i int)
| 24 | ParentNodes() CommitNodeIter |
| 25 | // ParentNode returns the ith parent of a commit. |
| 26 | ParentNode(i int) (CommitNode, error) |
| 27 | // ParentHashes returns hashes of the parent commits for a specified node |
| 28 | ParentHashes() []plumbing.Hash |
| 29 | // Generation returns the generation of the commit for reachability analysis. |
no outgoing calls
no test coverage detected