GetNodeByIndex gets the commit node from the commit graph using index obtained from child node, if available
(i uint32)
| 46 | // GetNodeByIndex gets the commit node from the commit graph using index |
| 47 | // obtained from child node, if available |
| 48 | GetCommitDataByIndex(i uint32) (*CommitData, error) |
| 49 | // Hashes returns all the hashes that are available in the index |
| 50 | Hashes() []plumbing.Hash |
| 51 | // HasGenerationV2 returns true if the commit graph has the corrected commit date data |
no outgoing calls