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

Method Commit

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

Commit returns the full commit object from the node

()

Source from the content-addressed store, hash-verified

35 GenerationV2() uint64
36 // Commit returns the full commit object from the node
37 Commit() (*object.Commit, error)
38}
39
40// CommitNodeIndex is generic interface encapsulating an index of CommitNode objects

Callers 7

TestStatsWithRenameMethod · 0.65
TestAnnotatedMethod · 0.65
TestCommitErrorMethod · 0.65
TestCommitMethod · 0.65
writeHistoryMethod · 0.65
testCommitAndTreeFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 6

TestStatsWithRenameMethod · 0.52
TestAnnotatedMethod · 0.52
TestCommitErrorMethod · 0.52
TestCommitMethod · 0.52
writeHistoryMethod · 0.52
testCommitAndTreeFunction · 0.52