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

Method Message

tag.go:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (t *Tag) Message() string {
26 ret := C.GoString(C.git_tag_message(t.cast_ptr))
27 runtime.KeepAlive(t)
28 return ret
29}
30
31func (t *Tag) Name() string {
32 ret := C.GoString(C.git_tag_name(t.cast_ptr))

Callers 6

TestCreateNoteFunction · 0.45
performRebaseOntoFunction · 0.45
commitMsgsListFunction · 0.45
TestCreateTagFunction · 0.45
TestMergeWithSelfFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestCreateNoteFunction · 0.36
performRebaseOntoFunction · 0.36
commitMsgsListFunction · 0.36
TestCreateTagFunction · 0.36
TestMergeWithSelfFunction · 0.36