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

Function resetProxySetup

out/cli.cjs:84834–84839  ·  view source on GitHub ↗
(disableEnvProxy)

Source from the content-addressed store, hash-verified

84832 if (proxySetting === null) {
84833 return null;
84834 }
84835 if (typeof proxySetting === "string" && proxySetting.trim().length > 0) {
84836 return proxySetting;
84837 }
84838 return process.env.HTTPS_PROXY || process.env.HTTP_PROXY;
84839}
84840function resetProxySetup(disableEnvProxy) {
84841 (0, import_undici.setGlobalDispatcher)(new import_undici.Agent());
84842 axios_default.defaults.httpAgent = void 0;

Callers 1

setupProxyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected