MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / loadNoProxy

Function loadNoProxy

out/cli.cjs:76271–76278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76269 if (host === pattern) {
76270 isBypassedFlag = true;
76271 }
76272 }
76273 }
76274 bypassedMap === null || bypassedMap === void 0 ? void 0 : bypassedMap.set(host, isBypassedFlag);
76275 return isBypassedFlag;
76276}
76277function loadNoProxy() {
76278 const noProxy = getEnvironmentValue(NO_PROXY);
76279 noProxyListLoaded = true;
76280 if (noProxy) {
76281 return noProxy.split(",").map((item) => item.trim()).filter((item) => item.length);

Callers 1

proxyPolicyFunction · 0.85

Calls 3

getEnvironmentValueFunction · 0.85
filterMethod · 0.80
trimMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…