ID returns the Commit object id referenced by the commit graph node.
()
| 14 | type CommitNode interface { |
| 15 | // ID returns the Commit object id referenced by the commit graph node. |
| 16 | ID() plumbing.Hash |
| 17 | // Tree returns the Tree referenced by the commit graph node. |
| 18 | Tree() (*object.Tree, error) |
| 19 | // CommitTime returns the Committer.When time of the Commit referenced by the commit graph node. |
no outgoing calls