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

Method TreeId

commit.go:147–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145}
146
147func (c *Commit) TreeId() *Oid {
148 ret := newOidFromC(C.git_commit_tree_id(c.cast_ptr))
149 runtime.KeepAlive(c)
150 return ret
151}
152
153func (c *Commit) Author() *Signature {
154 cast_ptr := C.git_commit_author(c.cast_ptr)

Callers

nothing calls this directly

Calls 1

newOidFromCFunction · 0.85

Tested by

no test coverage detected