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

Method Summary

commit.go:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (c *Commit) Summary() string {
127 ret := C.GoString(C.git_commit_summary(c.cast_ptr))
128 runtime.KeepAlive(c)
129 return ret
130}
131
132func (c *Commit) Tree() (*Tree, error) {
133 var ptr *C.git_tree

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected