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

Method createToken

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

Mint a git token for a session repo.

(
    name: string,
    scope?: ArtifactScope,
    ttl?: number,
  )

Source from the content-addressed store, hash-verified

73
74 /** Mint a git token for a session repo. */
75 createToken(
76 name: string,
77 scope?: ArtifactScope,
78 ttl?: number,

Callers 6

createTokenMethod · 0.65
createTokenFunction · 0.65
client.test.tsFile · 0.65
runCreateFunction · 0.65
runShareFunction · 0.65
runTokenCreateFunction · 0.65

Implementers 1

WorkspaceArtifactsStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by

no test coverage detected