Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ env
Function
env
packages/opencode/src/util/proxy-env.ts:68–70 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
66
}
67
68
function
env(key: string) {
69
return
process.env[key.toLowerCase()] || process.env[key.toUpperCase()] ||
""
70
}
71
72
export
* as ProxyEnv from
"./proxy-env"
Callers
2
getProxyForUrl
Function · 0.70
shouldProxy
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected