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

Method add

deps/undici/src/types/cache.d.ts:19–19  ·  view source on GitHub ↗
(request: RequestInfo)

Source from the content-addressed store, hash-verified

17 match (request: RequestInfo, options?: CacheQueryOptions): Promise<Response | undefined>,
18 matchAll (request?: RequestInfo, options?: CacheQueryOptions): Promise<readonly Response[]>,
19 add (request: RequestInfo): Promise<undefined>,
20 addAll (requests: RequestInfo[]): Promise<undefined>,
21 put (request: RequestInfo, response: Response): Promise<undefined>,
22 delete (request: RequestInfo, options?: CacheQueryOptions): Promise<boolean>,

Callers 15

configure_intlFunction · 0.65
ClassifyTestsMethod · 0.65
MainFunction · 0.65
runGitCommandFunction · 0.65
_ExpandDirectoriesFunction · 0.65
list_templatesMethod · 0.65
babel_extractFunction · 0.65
do_uniqueFunction · 0.65
do_urlizeFunction · 0.65
enter_frameMethod · 0.65
internalcodeFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 11

ClassifyTestsMethod · 0.52
MainFunction · 0.52
clean_up_feature_flagsFunction · 0.52
get_android_resourcesMethod · 0.52
result_forMethod · 0.52
next_testMethod · 0.52
_on_result_forMethod · 0.52
testNormalMethod · 0.52
testExceptionMethod · 0.52
testAddMethod · 0.52