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

Method artifactsCLI

packages/computer/src/proxy.ts:195–197  ·  view source on GitHub ↗
(input: ArtifactsCLIInput)

Source from the content-addressed store, hash-verified

193 // Back-compat direct hook. New shell code calls getArtifacts()
194 // and captures the returned target instead.
195 async artifactsCLI(input: ArtifactsCLIInput): Promise<ArtifactsCLIResult> {
196 return (await this.getArtifacts()).cli(input);
197 }
198
199 #hostStub<T extends object>(): Rpc.DurableObjectBranded & T {
200 const { binding, id } = this.ctx.props;

Callers 1

getArtifactsMethod · 0.45

Calls 2

getArtifactsMethod · 0.95
cliMethod · 0.65

Tested by

no test coverage detected