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

Function ok

packages/computer/src/artifacts/cli.ts:694–696  ·  view source on GitHub ↗
(stdout: string)

Source from the content-addressed store, hash-verified

692// ---------------------------------------------------------------
693
694function ok(stdout: string): ArtifactsCLIResult {
695 return { stdout, stderr: "", exitCode: 0 };
696}
697
698function fail(message: string): ArtifactsCLIResult {
699 return { stdout: "", stderr: `${message}\n`, exitCode: 1 };

Callers 14

runArtifactsCLIFunction · 0.85
runCreateFunction · 0.85
runShareFunction · 0.85
runRepoFunction · 0.85
runRepoCreateFunction · 0.85
runRepoGetFunction · 0.85
runRepoListFunction · 0.85
runRepoDeleteFunction · 0.85
runRepoImportFunction · 0.85
runTokenFunction · 0.85
runTokenCreateFunction · 0.85
runTokenListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected