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

Function listTokens

packages/computer/src/artifacts/client.ts:176–179  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

174 },
175
176 async listTokens(name) {
177 const handle = await binding.get(scopedName(sessionId, name));
178 return handle.listTokens();
179 },
180
181 async getToken(name, id) {
182 const handle = await binding.get(scopedName(sessionId, name));

Callers

nothing calls this directly

Calls 3

scopedNameFunction · 0.85
getMethod · 0.65
listTokensMethod · 0.65

Tested by

no test coverage detected