MCPcopy Index your code
hub / github.com/nodejs/node / has

Method has

deps/undici/src/types/cache.d.ts:5–5  ·  view source on GitHub ↗
(cacheName: string)

Source from the content-addressed store, hash-verified

3export interface CacheStorage {
4 match (request: RequestInfo, options?: MultiCacheQueryOptions): Promise<Response | undefined>,
5 has (cacheName: string): Promise<boolean>,
6 open (cacheName: string): Promise<Cache>,
7 delete (cacheName: string): Promise<boolean>,
8 keys (): Promise<string[]>

Callers 15

run-worker.jsFile · 0.65
isTargetFunction · 0.65
[identifierSelector]Function · 0.65
VariableDeclaratorFunction · 0.65
isIsKeyObjectCallFunction · 0.65
isKeyObjectFactoryFunction · 0.65
isInKeyObjectBranchFunction · 0.65
isInsideKeyObjectClassFunction · 0.65
isKnownKeyObjectFunction · 0.65

Implementers 1

CacheStoragedeps/undici/src/lib/web/cache/cachesto

Calls

no outgoing calls

Tested by

no test coverage detected