func(path string, completed, total uint)
| 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 { |
| 55 | Strategy CheckoutStrategy // Default will be a dry run |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…