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

Method Run

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

Source from the content-addressed store, hash-verified

303}
304
305func (_c *MockSourcesCheckable_Value_Call) Run(run func(t *ast.Task)) *MockSourcesCheckable_Value_Call {
306 _c.Call.Run(func(args mock.Arguments) {
307 run(args[0].(*ast.Task))
308 })
309 return _c
310}
311
312func (_c *MockSourcesCheckable_Value_Call) Return(v any, err error) *MockSourcesCheckable_Value_Call {
313 _c.Call.Return(v, err)

Callers

nothing calls this directly

Calls 2

runFunction · 0.50
RunMethod · 0.45

Tested by

no test coverage detected