ApplyDeltaCallback is a callback that will be made per hunk when applying a patch.
func(*DiffDelta) (apply bool, err error)
| 893 | |
| 894 | // ApplyDeltaCallback is a callback that will be made per hunk when applying a patch. |
| 895 | type ApplyDeltaCallback func(*DiffDelta) (apply bool, err error) |
| 896 | |
| 897 | // ApplyOptions has 2 callbacks that are called for hunks or deltas |
| 898 | // If these functions return an error, abort the apply process immediately. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…