MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / get

Method get

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

Source from the content-addressed store, hash-verified

2054 };
2055interface KVNamespace<Key extends string = string> {
2056 get(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<string | null>;
2057 get(key: Key, type: "text"): Promise<string | null>;
2058 get<ExpectedValue = unknown>(key: Key, type: "json"): Promise<ExpectedValue | null>;
2059 get(key: Key, type: "arrayBuffer"): Promise<ArrayBuffer | null>;

Callers 15

applyExpansionsFunction · 0.65
FreeformComboboxFunction · 0.65
AddAccountModalViewFunction · 0.65
buildAccountGroupsFunction · 0.65
buildTreeFunction · 0.65
ToolTreeBodyFunction · 0.65
IntegrationDetailPageFunction · 0.65
ToolsPageFunction · 0.65
IntegrationGridFunction · 0.65
highlightFunction · 0.65
buildUsageMapFunction · 0.65
connectionsUsingClientFunction · 0.65

Calls

no outgoing calls

Tested by 15

makeStorageFunction · 0.52
getFunction · 0.52
serveOAuthFixtureFunction · 0.52
serveTokenEndpointFunction · 0.52
memoryProviderFunction · 0.52
memoryProviderFunction · 0.52
patchedFunction · 0.52
memoryProviderFunction · 0.52
memoryProviderFunction · 0.52
makeTestPluginFunction · 0.52
memoryProviderFunction · 0.52