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

Method import

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

Import an external git remote into a session repo.

(
    name: string,
    source: ArtifactImportSource,
    opts?: ArtifactImportOptions,
  )

Source from the content-addressed store, hash-verified

64 list(): Promise<ArtifactRepoSummary[]>;
65 /** Import an external git remote into a session repo. */
66 import(
67 name: string,
68 source: ArtifactImportSource,
69 opts?: ArtifactImportOptions,

Callers 5

importMethod · 0.65
#callArtifactsMethod · 0.65
importFunction · 0.65
client.test.tsFile · 0.65
runRepoImportFunction · 0.65

Implementers 1

WorkspaceArtifactsStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by

no test coverage detected