Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chat2AnyLLM/code-agent-manager
/ isProxyVar
Function
isProxyVar
internal/providers/models.go:380–387 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
378
}
379
380
func
isProxyVar(name string) bool {
381
for
_, p :=
range
proxyVars {
382
if
name == p {
383
return
true
384
}
385
}
386
return
false
387
}
Callers
1
buildDiscoveryEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected