func(why CheckoutNotifyType, path string, baseline, target, workdir DiffFile) error
| 49 | ) |
| 50 | |
| 51 | type CheckoutNotifyCallback func(why CheckoutNotifyType, path string, baseline, target, workdir DiffFile) error |
| 52 | type CheckoutProgressCallback func(path string, completed, total uint) |
| 53 | |
| 54 | type CheckoutOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…