MCPcopy
hub / github.com/southleft/figma-console-mcp / get

Method get

worker-configuration.d.ts:1431–1431  ·  view source on GitHub ↗
(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>)

Source from the content-addressed store, hash-verified

1429};
1430interface KVNamespace<Key extends string = string> {
1431 get(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<string | null>;
1432 get(key: Key, type: "text"): Promise<string | null>;
1433 get<ExpectedValue = unknown>(key: Key, type: "json"): Promise<ExpectedValue | null>;
1434 get(key: Key, type: "arrayBuffer"): Promise<ArrayBuffer | null>;

Callers 15

getFigmaAPIMethod · 0.65
initMethod · 0.65
fetchFunction · 0.65
getCloudDesktopConnectorFunction · 0.65
registerToolsMethod · 0.65
handleMessageMethod · 0.65
handleFileInfoMethod · 0.65
sendCommandMethod · 0.65
getConnectedFileInfoMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected