Hashes returns all the hashes that are available in the index
()
| 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 |
| 52 | HasGenerationV2() bool |
| 53 | // MaximumNumberOfHashes returns the maximum number of hashes within the index |
no outgoing calls