Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Name
Method
Name
tag.go:31–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(t *Tag) Name() string {
32
ret := C.GoString(C.git_tag_name(t.cast_ptr))
33
runtime.KeepAlive(t)
34
return
ret
35
}
36
37
func
(t *Tag) Tagger() *Signature {
38
cast_ptr := C.git_tag_tagger(t.cast_ptr)
Callers
8
commitSomething
Function · 0.45
seedTestRepoOpt
Function · 0.45
TestIsNote
Function · 0.45
TestCreateTag
Function · 0.45
TestCreateTagLightweight
Function · 0.45
TestBranchIterator
Function · 0.45
TestBranchIteratorEach
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
7
commitSomething
Function · 0.36
seedTestRepoOpt
Function · 0.36
TestIsNote
Function · 0.36
TestCreateTag
Function · 0.36
TestCreateTagLightweight
Function · 0.36
TestBranchIterator
Function · 0.36
TestBranchIteratorEach
Function · 0.36