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

Method Tagger

tag.go:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (t *Tag) Tagger() *Signature {
38 cast_ptr := C.git_tag_tagger(t.cast_ptr)
39 ret := newSignatureFromC(cast_ptr)
40 runtime.KeepAlive(t)
41 return ret
42}
43
44func (t *Tag) Target() *Object {
45 var ptr *C.git_object

Callers

nothing calls this directly

Calls 1

newSignatureFromCFunction · 0.85

Tested by

no test coverage detected