MCPcopy Index your code
hub / github.com/ChimeraCoder/gitgo / Commit

Struct Commit

object.go:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type Commit struct {
47 _type string
48 Tree string
49 Parents []string
50 Author string
51 Committer string
52 Message string
53 size string
54}
55
56func (c Commit) Type() string {
57 return c._type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected