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

Function makeOutput

src/commands/project.ts:527–529  ·  view source on GitHub ↗
(mode: OutputMode, deps: ProjectDeps)

Source from the content-addressed store, hash-verified

525}
526
527function makeOutput(mode: OutputMode, deps: ProjectDeps): Output {
528 return new Output(mode, { stdout: deps.stdout, stderr: deps.stderr });
529}
530
531function renderProjectListText(page: Page<CliProject>): string {
532 if (page.items.length === 0) {

Callers 4

runListFunction · 0.70
runGetFunction · 0.70
runCreateFunction · 0.70
runUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected