Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
112
function
proxyEnvSet() {
113
const
v = s => (s ??
''
).trim()
114
return
!!(
115
v(process.env.HTTPS_PROXY) ||
116
v(process.env.HTTP_PROXY) ||
Callers
2
PromptInput
Function · 0.85
proxyEnvSet
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected