func(DiffLine) error
| 397 | } |
| 398 | |
| 399 | type DiffForEachLineCallback func(DiffLine) error |
| 400 | |
| 401 | //export diffForEachLineCallback |
| 402 | func diffForEachLineCallback(delta *C.git_diff_delta, hunk *C.git_diff_hunk, line *C.git_diff_line, handle unsafe.Pointer) C.int { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…