CommitTime returns the Committer.When time of the Commit 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. |
| 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. |
no outgoing calls
no test coverage detected