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

Function newTaskManagerForTest

internal/task/manager_test.go:9690–9693  ·  view source on GitHub ↗
(t *testing.T, store Store)

Source from the content-addressed store, hash-verified

9688}
9689
9690func newTaskManagerForTest(t *testing.T, store Store) *Service {
9691 t.Helper()
9692 return newTaskManagerForTestWithOptions(t, store)
9693}
9694
9695func newTaskManagerForTestWithOptions(t *testing.T, store Store, extraOpts ...Option) *Service {
9696 t.Helper()

Calls 1

Tested by

no test coverage detected