MCPcopy Create free account
hub / github.com/libgit2/git2go / Diff

Struct Diff

diff.go:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134type Diff struct {
135 doNotCompare
136 ptr *C.git_diff
137 repo *Repository
138 runFinalizer bool
139}
140
141func (diff *Diff) NumDeltas() (int, error) {
142 if diff.ptr == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected