MCPcopy 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
222type DiffStats struct {
223 doNotCompare
224 ptr *C.git_diff_stats
225}
226
227func (stats *DiffStats) Free() error {
228 if stats.ptr == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected