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

Function v

scripts/postinstall.cjs:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112function proxyEnvSet() {
113 const v = s => (s ?? '').trim()
114 return !!(
115 v(process.env.HTTPS_PROXY) ||
116 v(process.env.HTTP_PROXY) ||

Callers 2

PromptInputFunction · 0.85
proxyEnvSetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected