MCPcopy Create free account
hub / github.com/vercel/vercel / delete

Method delete

packages/functions/src/cache/in-memory-cache.ts:41–43  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

39 }
40
41 async delete(key: string): Promise<void> {
42 delete this.cache[key];
43 }
44
45 async expireTag(tag: string | string[]): Promise<void> {
46 const tags = Array.isArray(tag) ? tag : [tag];

Callers 15

getMethod · 0.95
startDevServerFunction · 0.45
shutdownFunction · 0.45
startContainerFunction · 0.45
uploadFilesFunction · 0.45
resolveDependencyGroupFunction · 0.45
killAllFunction · 0.45
startDevServerFunction · 0.45
killAllFunction · 0.45
startDevServerFunction · 0.45

Calls

no outgoing calls

Tested by 9

setupMocksFunction · 0.36
useDeleteRuleFunction · 0.36
useDeleteNotFoundFunction · 0.36
mockDeleteResourceFunction · 0.36
mockDeleteRedirectsFunction · 0.36
deleteCredentialMethod · 0.36