MCPcopy 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
322function useEnvAgent() {
323 return process.env["AGENT"] || undefined
324}
325
326function useEnvShare() {
327 const value = process.env["SHARE"]

Callers 1

resolveAgentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected