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

Method open

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

Source from the content-addressed store, hash-verified

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[]>
9}

Callers 15

writeFunction · 0.65
configure_intlFunction · 0.65
SocketFunction · 0.65
createServerHandleFunction · 0.65
dgram.jsFile · 0.65
_forkChildFunction · 0.65
readFileFunction · 0.65
openFunction · 0.65
openSyncFunction · 0.65
truncateFunction · 0.65
lchmodFunction · 0.65
writeFileFunction · 0.65

Implementers 1

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

Calls

no outgoing calls