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