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

Function writeWorkspaceAgentDef

internal/cli/cli_integration_test.go:4098–4103  ·  view source on GitHub ↗
(t *testing.T, root string, name string)

Source from the content-addressed store, hash-verified

4096}
4097
4098func writeWorkspaceAgentDef(t *testing.T, root string, name string) {
4099 t.Helper()
4100
4101 agentDir := filepath.Join(root, aghconfig.DirName, aghconfig.AgentsDirName, name)
4102 writeAgentDefInDir(t, agentDir, name)
4103}
4104
4105func writeAgentDefInDir(t *testing.T, agentDir string, name string) {
4106 t.Helper()

Calls 1

writeAgentDefInDirFunction · 0.85

Tested by

no test coverage detected