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

FuncType DiffForEachHunkCallback

diff.go:376–376  ·  view source on GitHub ↗
func(DiffHunk) (DiffForEachLineCallback, error)

Source from the content-addressed store, hash-verified

374}
375
376type DiffForEachHunkCallback func(DiffHunk) (DiffForEachLineCallback, error)
377
378//export diffForEachHunkCallback
379func diffForEachHunkCallback(delta *C.git_diff_delta, hunk *C.git_diff_hunk, handle unsafe.Pointer) C.int {

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…