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

Method get

packages/computer/src/artifacts/client.ts:62–62  ·  view source on GitHub ↗

* Resolve repository metadata. The returned `name` is local. * Throws `ArtifactsError` (code `NOT_FOUND`) if it does not exist.

(name: string)

Source from the content-addressed store, hash-verified

60 * Throws `ArtifactsError` (code `NOT_FOUND`) if it does not exist.
61 */
62 get(name: string): Promise<ArtifactsRepoInfo>;
63 /** List the session's repos, walking every page. Names are local. */
64 list(): Promise<ArtifactRepoSummary[]>;
65 /** Import an external git remote into a session repo. */

Callers 15

freshStubFunction · 0.65
withFileLockFunction · 0.65
reads.test.tsFile · 0.65
parseFlagsFunction · 0.65
putFunction · 0.65
index.test.tsFile · 0.65
sigv4.test.tsFile · 0.65
decodeBase32Function · 0.65
#callArtifactsMethod · 0.65
getFunction · 0.65
createTokenFunction · 0.65
listTokensFunction · 0.65

Implementers 1

WorkspaceArtifactsStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by 1

putFunction · 0.52