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

Function resolveProxy

out/cli.cjs:84825–84833  ·  view source on GitHub ↗
(proxySetting)

Source from the content-addressed store, hash-verified

84823 "Content-Type": "application/json"
84824 }
84825 });
84826 }
84827};
84828
84829// src/utils/proxy.ts
84830var import_undici = __toESM(require_undici(), 1);
84831function resolveProxy(proxySetting) {
84832 if (proxySetting === null) {
84833 return null;
84834 }
84835 if (typeof proxySetting === "string" && proxySetting.trim().length > 0) {
84836 return proxySetting;

Callers 2

getEngineFunction · 0.70
cli.cjsFile · 0.70

Calls 1

trimMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…