Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ DiffStats
Struct
DiffStats
diff.go:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
type
DiffStats
struct
{
223
doNotCompare
224
ptr *C.git_diff_stats
225
}
226
227
func
(stats *DiffStats) Free() error {
228
if
stats.ptr == nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected