Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ useEnvAgent
Function
useEnvAgent
github/index.ts:322–324 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
}
321
322
function
useEnvAgent() {
323
return
process.env[
"AGENT"
] || undefined
324
}
325
326
function
useEnvShare() {
327
const
value = process.env[
"SHARE"
]
Callers
1
resolveAgent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected