Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
(t *Tag) Message() string {
26
ret := C.GoString(C.git_tag_message(t.cast_ptr))
27
runtime.KeepAlive(t)
28
return
ret
29
}
30
31
func
(t *Tag) Name() string {
32
ret := C.GoString(C.git_tag_name(t.cast_ptr))
Callers
6
TestCreateNote
Function · 0.45
TestRebaseInMemoryWithConflict
Function · 0.45
performRebaseOnto
Function · 0.45
commitMsgsList
Function · 0.45
TestCreateTag
Function · 0.45
TestMergeWithSelf
Function · 0.45
Calls
no outgoing calls
Tested by
6
TestCreateNote
Function · 0.36
TestRebaseInMemoryWithConflict
Function · 0.36
performRebaseOnto
Function · 0.36
commitMsgsList
Function · 0.36
TestCreateTag
Function · 0.36
TestMergeWithSelf
Function · 0.36