Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Blame
Struct
Blame
blame.go:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
type
Blame
struct
{
90
doNotCompare
91
ptr *C.git_blame
92
}
93
94
func
(blame *Blame) HunkCount() int {
95
ret := int(C.git_blame_get_hunk_count(blame.ptr))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected