MCPcopy Create free account
hub / github.com/compozy/agh / fakeStore

Struct fakeStore

internal/task/interfaces_integration_test.go:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type fakeStore struct{}
15
16func (fakeStore) CreateTask(context.Context, taskpkg.Task) error { return nil }
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected