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

TypeAlias DiffDetail

diff.go:308–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306type DiffForEachFileCallback func(delta DiffDelta, progress float64) (DiffForEachHunkCallback, error)
307
308type DiffDetail int
309
310const (
311 DiffDetailFiles DiffDetail = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected