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

FuncType DiffForEachLineCallback

diff.go:399–399  ·  view source on GitHub ↗
func(DiffLine) error

Source from the content-addressed store, hash-verified

397}
398
399type DiffForEachLineCallback func(DiffLine) error
400
401//export diffForEachLineCallback
402func diffForEachLineCallback(delta *C.git_diff_delta, hunk *C.git_diff_hunk, line *C.git_diff_line, 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…