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

Method AsObject

tag.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (t *Tag) AsObject() *Object {
22 return &t.Object
23}
24
25func (t *Tag) Message() string {
26 ret := C.GoString(C.git_tag_message(t.cast_ptr))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected