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

Method create

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

Create a repo. The returned `name` is local (unscoped).

(
    name: string,
    opts?: { readOnly?: boolean; description?: string; setDefaultBranch?: string },
  )

Source from the content-addressed store, hash-verified

52
53 /** Create a repo. The returned `name` is local (unscoped). */
54 create(
55 name: string,
56 opts?: { readOnly?: boolean; description?: string; setDefaultBranch?: string },
57 ): Promise<ArtifactsCreateRepoResult>;

Callers 7

createMethod · 0.65
buildModuleGraphFunction · 0.65
#callArtifactsMethod · 0.65
createFunction · 0.65
client.test.tsFile · 0.65
runCreateFunction · 0.65
runRepoCreateFunction · 0.65

Implementers 1

WorkspaceArtifactsStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by

no test coverage detected