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

FuncType DiffNotifyCallback

diff.go:502–502  ·  view source on GitHub ↗
func(diffSoFar *Diff, deltaToAdd DiffDelta, matchedPathspec string) error

Source from the content-addressed store, hash-verified

500)
501
502type DiffNotifyCallback func(diffSoFar *Diff, deltaToAdd DiffDelta, matchedPathspec string) error
503
504type DiffOptions struct {
505 Flags DiffOptionsFlag

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…