MCPcopy Index your code
hub / github.com/go-git/go-git / CommitTime

Method CommitTime

plumbing/object/commitgraph/commitnode.go:20–20  ·  view source on GitHub ↗

CommitTime returns the Committer.When time of the Commit referenced by the commit graph node.

()

Source from the content-addressed store, hash-verified

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.

Callers 3

getLastCommitForPathsFunction · 0.65
NewCommitNodeIterCTimeFunction · 0.65

Implementers 2

graphCommitNodeplumbing/object/commitgraph/commitnode
objectCommitNodeplumbing/object/commitgraph/commitnode

Calls

no outgoing calls

Tested by

no test coverage detected