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

Method keys

deps/undici/src/types/cache.d.ts:23–23  ·  view source on GitHub ↗
(request?: RequestInfo, options?: CacheQueryOptions)

Source from the content-addressed store, hash-verified

21 put (request: RequestInfo, response: Response): Promise<undefined>,
22 delete (request: RequestInfo, options?: CacheQueryOptions): Promise<boolean>,
23 keys (request?: RequestInfo, options?: CacheQueryOptions): Promise<readonly Request[]>
24}
25
26export interface CacheQueryOptions {

Callers 15

BuildOptionsFunction · 0.65
cpplint.pyFile · 0.65
CheckInlineHeaderFunction · 0.65
defaults.pyFile · 0.65
_compat.pyFile · 0.65
createFunction · 0.65
_Replacement_writexmlFunction · 0.65
GetPerTargetSettingsMethod · 0.65
GetPerTargetSettingMethod · 0.65
_GetIOSPostbuildsMethod · 0.65
test_ValidMethod · 0.65

Implementers 1

Cachedeps/undici/src/lib/web/cache/cache.js

Calls

no outgoing calls

Tested by 6

BuildOptionsFunction · 0.52
test_ValidMethod · 0.52
test_CycleMethod · 0.52
testFunction · 0.52
MainFunction · 0.52
_get_combined_flagsMethod · 0.52