MCPcopy Create free account
hub / github.com/cloudflare/computer / fail

Function fail

packages/computer/src/artifacts/cli.ts:698–700  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

696}
697
698function fail(message: string): ArtifactsCLIResult {
699 return { stdout: "", stderr: `${message}\n`, exitCode: 1 };
700}
701
702function argvError(subcommand: string, message: string): ArtifactsCLIResult {
703 return { stdout: "", stderr: `artifacts ${subcommand}: ${message}\n`, exitCode: 129 };

Callers 6

runArtifactsCLIFunction · 0.70
runCreateFunction · 0.70
runRepoFunction · 0.70
runRepoDeleteFunction · 0.70
runTokenFunction · 0.70
runTokenDeleteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected