MCPcopy Create free account
hub / github.com/go-task/task / IsUpToDate

Method IsUpToDate

internal/fingerprint/checker_mock.go:156–158  ·  view source on GitHub ↗

IsUpToDate is a helper method to define mock.On call - t

(t interface{})

Source from the content-addressed store, hash-verified

154// IsUpToDate is a helper method to define mock.On call
155// - t
156func (_e *MockSourcesCheckable_Expecter) IsUpToDate(t interface{}) *MockSourcesCheckable_IsUpToDate_Call {
157 return &MockSourcesCheckable_IsUpToDate_Call{Call: _e.mock.On("IsUpToDate", t)}
158}
159
160func (_c *MockSourcesCheckable_IsUpToDate_Call) Run(run func(t *ast.Task)) *MockSourcesCheckable_IsUpToDate_Call {
161 _c.Call.Run(func(args mock.Arguments) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected