MCPcopy Create free account
hub / github.com/libgit2/git2go / Committer

Method Committer

commit.go:160–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160func (c *Commit) Committer() *Signature {
161 cast_ptr := C.git_commit_committer(c.cast_ptr)
162 ret := newSignatureFromC(cast_ptr)
163 runtime.KeepAlive(c)
164 return ret
165}
166
167func (c *Commit) Parent(n uint) *Commit {
168 var cobj *C.git_commit

Callers

nothing calls this directly

Calls 1

newSignatureFromCFunction · 0.85

Tested by

no test coverage detected