MCPcopy 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
68function env(key: string) {
69 return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || ""
70}
71
72export * as ProxyEnv from "./proxy-env"

Callers 2

getProxyForUrlFunction · 0.70
shouldProxyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected