Method
Run
(run func(ctx context.Context, t *ast.Task))
Source from the content-addressed store, hash-verified
| 77 | } |
| 78 | |
| 79 | func (_c *MockStatusCheckable_IsUpToDate_Call) Run(run func(ctx context.Context, t *ast.Task)) *MockStatusCheckable_IsUpToDate_Call { |
| 80 | _c.Call.Run(func(args mock.Arguments) { |
| 81 | run(args[0].(context.Context), args[1].(*ast.Task)) |
| 82 | }) |
| 83 | return _c |
| 84 | } |
| 85 | |
| 86 | func (_c *MockStatusCheckable_IsUpToDate_Call) Return(b bool, err error) *MockStatusCheckable_IsUpToDate_Call { |
| 87 | _c.Call.Return(b, err) |
Callers
nothing calls this directly
Tested by
no test coverage detected