Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Tag
Struct
Tag
tag.go:15–19 ·
view source on GitHub ↗
Tag
Source
from the content-addressed store, hash-verified
13
14
// Tag
15
type
Tag
struct
{
16
doNotCompare
17
Object
18
cast_ptr *C.git_tag
19
}
20
21
func
(t *Tag) AsObject() *Object {
22
return
&t.Object
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected