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

Method delete

apps/cloud/worker-configuration.d.ts:2149–2149  ·  view source on GitHub ↗
(key: Key)

Source from the content-addressed store, hash-verified

2147 options?: KVNamespaceGetOptions<"json">,
2148 ): Promise<Map<string, KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>>;
2149 delete(key: Key): Promise<void>;
2150}
2151interface KVNamespaceListOptions {
2152 limit?: number;

Callers 15

ExpandableCodeBlockFunction · 0.65
toggleGroupFunction · 0.65
ensureLangFunction · 0.65
bootstrapLocalAuthTokenFunction · 0.65
useAuthRequiredFunction · 0.65
usePolicyActionsFunction · 0.65
handleLoginFunction · 0.65
handleTokenFunction · 0.65
refreshConnectionTokenFunction · 0.65
providersRemoveFunction · 0.65
stripCredentialHeadersFunction · 0.65

Calls

no outgoing calls

Tested by 15

makeFakeBucketFunction · 0.52
deleteMethod · 0.52
deleteMethod · 0.52
deleteMethod · 0.52
getMethod · 0.52
makeFakeStorageFunction · 0.52
makeFakeStorageFunction · 0.52
makeSyncStoreFunction · 0.52
makeMemoryPluginStorageFunction · 0.52
makeMemoryStoreFunction · 0.52
startRawServerFunction · 0.52
startHeaderlessServerFunction · 0.52