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

Function newTestHomePaths

internal/api/udsapi/helpers_test.go:466–469  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

464}
465
466func newTestHomePaths(t *testing.T) aghconfig.HomePaths {
467 t.Helper()
468 return testutil.NewTestHomePaths(t)
469}
470
471func testConfigWithDisabledNetwork(homePaths aghconfig.HomePaths) aghconfig.Config {
472 return testutil.ConfigWithDisabledNetwork(homePaths)

Calls 1

NewTestHomePathsFunction · 0.92

Tested by

no test coverage detected