| 306 | type DiffForEachFileCallback func(delta DiffDelta, progress float64) (DiffForEachHunkCallback, error) |
| 307 | |
| 308 | type DiffDetail int |
| 309 | |
| 310 | const ( |
| 311 | DiffDetailFiles DiffDetail = iota |
nothing calls this directly
no outgoing calls
no test coverage detected