MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / makeOutput

Function makeOutput

src/commands/agent.ts:768–770  ·  view source on GitHub ↗
(mode: OutputMode, deps: AgentDeps)

Source from the content-addressed store, hash-verified

766}
767
768function makeOutput(mode: OutputMode, deps: AgentDeps): Output {
769 return new Output(mode, { stdout: deps.stdout, stderr: deps.stderr });
770}

Callers 2

runInstallFunction · 0.70
runListFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected