MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / getDefaultProxySettingsInternal

Function getDefaultProxySettingsInternal

out/cli.cjs:76279–76282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);
76282 }
76283 return [];
76284}
76285function getDefaultProxySettingsInternal() {

Callers 1

proxyPolicyFunction · 0.85

Calls 1

Tested by

no test coverage detected