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

FuncType DiffForEachFileCallback

diff.go:306–306  ·  view source on GitHub ↗
func(delta DiffDelta, progress float64) (DiffForEachHunkCallback, error)

Source from the content-addressed store, hash-verified

304}
305
306type DiffForEachFileCallback func(delta DiffDelta, progress float64) (DiffForEachHunkCallback, error)
307
308type DiffDetail int
309

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…