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

Method Message

note.go:186–190  ·  view source on GitHub ↗

Message returns the note message

()

Source from the content-addressed store, hash-verified

184
185// Message returns the note message
186func (n *Note) Message() string {
187 ret := C.GoString(C.git_note_message(n.ptr))
188 runtime.KeepAlive(n)
189 return ret
190}
191
192// NoteIterator
193type NoteIterator struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected