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

Method listTokens

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

List a session repo's token page (metadata only — no plaintext).

(name: string)

Source from the content-addressed store, hash-verified

79 ): Promise<ArtifactsCreateTokenResult>;
80 /** List a session repo's token page (metadata only — no plaintext). */
81 listTokens(name: string): Promise<ArtifactsTokenListResult>;
82 /**
83 * Get a single token's metadata by id. The binding has no direct
84 * accessor and no token-list cursor, so this filters the page

Callers 6

listTokensMethod · 0.65
listTokensFunction · 0.65
getTokenFunction · 0.65
cli.test.tsFile · 0.65
client.test.tsFile · 0.65
runTokenListFunction · 0.65

Implementers 1

WorkspaceArtifactsStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by

no test coverage detected