MCPcopy 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
31func (t *Tag) Name() string {
32 ret := C.GoString(C.git_tag_name(t.cast_ptr))
33 runtime.KeepAlive(t)
34 return ret
35}
36
37func (t *Tag) Tagger() *Signature {
38 cast_ptr := C.git_tag_tagger(t.cast_ptr)

Callers 8

commitSomethingFunction · 0.45
seedTestRepoOptFunction · 0.45
TestIsNoteFunction · 0.45
TestCreateTagFunction · 0.45
TestCreateTagLightweightFunction · 0.45
TestBranchIteratorFunction · 0.45
TestBranchIteratorEachFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 7

commitSomethingFunction · 0.36
seedTestRepoOptFunction · 0.36
TestIsNoteFunction · 0.36
TestCreateTagFunction · 0.36
TestCreateTagLightweightFunction · 0.36
TestBranchIteratorFunction · 0.36
TestBranchIteratorEachFunction · 0.36