MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getNoProxy

Function getNoProxy

src/utils/proxy.ts:73–75  ·  view source on GitHub ↗
(env: EnvLike = process.env)

Source from the content-addressed store, hash-verified

71 * @param env Environment variables to check (defaults to process.env for production use)
72 */
73export function getNoProxy(env: EnvLike = process.env): string | undefined {
74 return env.no_proxy || env.NO_PROXY
75}
76
77/**
78 * Check if a URL should bypass the proxy based on NO_PROXY environment variable

Callers 1

shouldBypassProxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected