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

Function makeOutput

src/commands/test.ts:7737–7743  ·  view source on GitHub ↗
(mode: OutputMode, deps: TestDeps)

Source from the content-addressed store, hash-verified

7735}
7736
7737function makeOutput(mode: OutputMode, deps: TestDeps): Output {
7738 return new Output(mode, {
7739 stdout: deps.stdout,
7740 stderr: deps.stderr,
7741 rawStdout: deps.rawStdout,
7742 });
7743}
7744
7745/**
7746 * Internal handle for `--out <path>` writes. Wraps a Node WriteStream

Callers 15

runListFunction · 0.70
runCreateFunction · 0.70
runPlanPutFunction · 0.70
runUpdateFunction · 0.70
runDeleteFunction · 0.70
runDeleteBatchFunction · 0.70
runCreateFromPlanFunction · 0.70
runCreateBatchFunction · 0.70
runGetFunction · 0.70
runCodeGetFunction · 0.70
runCodePutFunction · 0.70
runStepsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected