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

Function makeOutput

src/commands/auth.ts:343–345  ·  view source on GitHub ↗
(mode: OutputMode, deps: AuthDeps)

Source from the content-addressed store, hash-verified

341}
342
343function makeOutput(mode: OutputMode, deps: AuthDeps): Output {
344 return new Output(mode, { stdout: deps.stdout, stderr: deps.stderr });
345}
346
347function validationError(field: string, message: string): ApiError {
348 return ApiError.fromEnvelope({

Callers 3

runConfigureFunction · 0.70
runWhoamiFunction · 0.70
runLogoutFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected