func(diffSoFar *Diff, deltaToAdd DiffDelta, matchedPathspec string) error
| 500 | ) |
| 501 | |
| 502 | type DiffNotifyCallback func(diffSoFar *Diff, deltaToAdd DiffDelta, matchedPathspec string) error |
| 503 | |
| 504 | type DiffOptions struct { |
| 505 | Flags DiffOptionsFlag |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…