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

Method match

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

Source from the content-addressed store, hash-verified

15
16export interface Cache {
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>,

Callers 15

get_nasm_versionFunction · 0.65
get_gas_versionFunction · 0.65
get_cargo_versionFunction · 0.65
get_rustc_versionFunction · 0.65
configure_intlFunction · 0.65
configure_section_fileFunction · 0.65
do_existFunction · 0.65
getTscFromReadmeFunction · 0.65
moveVotingToRegularFunction · 0.65
ContainsMethod · 0.65
GetBuildRequirementsMethod · 0.65
ListTestsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

ContainsMethod · 0.52
GetBuildRequirementsMethod · 0.52
ListTestsMethod · 0.52
ContainsMethod · 0.52
ReadConfigurationIntoFunction · 0.52
matchMethod · 0.52
ArgsToTestPathsFunction · 0.52
IsFailureOutputMethod · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52