MCPcopy
hub / github.com/go-task/task / Run

Method Run

internal/fingerprint/checker_mock.go:160–165  ·  view source on GitHub ↗
(run func(t *ast.Task))

Source from the content-addressed store, hash-verified

158}
159
160func (_c *MockSourcesCheckable_IsUpToDate_Call) Run(run func(t *ast.Task)) *MockSourcesCheckable_IsUpToDate_Call {
161 _c.Call.Run(func(args mock.Arguments) {
162 run(args[0].(*ast.Task))
163 })
164 return _c
165}
166
167func (_c *MockSourcesCheckable_IsUpToDate_Call) Return(b bool, err error) *MockSourcesCheckable_IsUpToDate_Call {
168 _c.Call.Return(b, err)

Callers

nothing calls this directly

Calls 2

runFunction · 0.50
RunMethod · 0.45

Tested by

no test coverage detected