func(delta DiffDelta, progress float64) (DiffForEachHunkCallback, error)
| 304 | } |
| 305 | |
| 306 | type DiffForEachFileCallback func(delta DiffDelta, progress float64) (DiffForEachHunkCallback, error) |
| 307 | |
| 308 | type DiffDetail int |
| 309 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…