MCPcopy Create free account
hub / github.com/angular/dev-infra / match

Method match

github-actions/bazel/configure-remote/configure-remote.js:15806–15819  ·  view source on GitHub ↗
(_0)

Source from the content-addressed store, hash-verified

15804 for (let value of header.split(",")) {
15805 value = value.trim();
15806 if (isValidHeaderName(value)) {
15807 values.push(value);
15808 }
15809 }
15810 return values;
15811 }
15812 module.exports = {
15813 urlEquals,
15814 getFieldValues
15815 };
15816 }
15817 });
15818
15819 //
15820 var require_cache = __commonJS({
15821 ""(exports, module) {
15822 "use strict";

Callers 5

parseKeepAliveTimeoutFunction · 0.45
parseRangeHeaderFunction · 0.45
""Function · 0.45
matchMethod · 0.45
getMacOsInfoFunction · 0.45

Calls 2

__asyncFunction · 0.70
__privateMethodFunction · 0.70

Tested by

no test coverage detected