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

Method RawMessage

commit.go:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (c *Commit) RawMessage() string {
51 ret := C.GoString(C.git_commit_message_raw(c.cast_ptr))
52 runtime.KeepAlive(c)
53 return ret
54}
55
56// RawHeader gets the full raw text of the commit header.
57func (c *Commit) RawHeader() string {

Callers 1

ContentToSignMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected