MCPcopy
hub / github.com/di-sukharev/opencommit / match

Method match

out/cli.cjs:61701–61711  ·  view source on GitHub ↗
(request3, options = {})

Source from the content-addressed store, hash-verified

61699 */
61700 #relevantRequestResponseList;
61701 constructor() {
61702 if (arguments[0] !== kConstruct) {
61703 webidl.illegalConstructor();
61704 }
61705 this.#relevantRequestResponseList = arguments[1];
61706 }
61707 async match(request3, options = {}) {
61708 webidl.brandCheck(this, _Cache);
61709 webidl.argumentLengthCheck(arguments, 1, { header: "Cache.match" });
61710 request3 = webidl.converters.RequestInfo(request3);
61711 options = webidl.converters.CacheQueryOptions(options);
61712 const p4 = await this.matchAll(request3, options);
61713 if (p4.length === 0) {
61714 return;

Callers 15

F5Function · 0.45
getPathInfoFunction · 0.45
decodeFunction · 0.45
safeFunction · 0.45
useColorsFunction · 0.45
shouldProxyFunction · 0.45
agentsCompleteFunction · 0.45
agentsStreamFunction · 0.45
batchJobsCancelFunction · 0.45
batchJobsCreateFunction · 0.45
batchJobsGetFunction · 0.45

Calls 1

matchAllMethod · 0.95

Tested by

no test coverage detected