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

Function getEnv2

out/cli.cjs:24968–24970  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

24966 });
24967 }
24968 function getEnv2(key) {
24969 return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || "";
24970 }
24971 exports2.getProxyForUrl = getProxyForUrl;
24972 }
24973});

Callers 2

getProxyForUrlFunction · 0.85
shouldProxyFunction · 0.85

Calls 2

toLowerCaseMethod · 0.80
toUpperCaseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…