MCPcopy
hub / github.com/coder/mux / testTaskSettings

Function testTaskSettings

src/node/services/taskService.test.ts:199–201  ·  view source on GitHub ↗
(maxParallelAgentTasks = 3, maxTaskNestingDepth = 3)

Source from the content-addressed store, hash-verified

197};
198
199function testTaskSettings(maxParallelAgentTasks = 3, maxTaskNestingDepth = 3): TestTaskSettings {
200 return { maxParallelAgentTasks, maxTaskNestingDepth };
201}
202
203function projectWorkspace(
204 projectPath: string,

Callers 3

setupReportedTaskChainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected