MCPcopy Index your code
hub / github.com/tiann/hapi / buildOpencodeEnv

Function buildOpencodeEnv

cli/src/opencode/utils/config.ts:1–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function buildOpencodeEnv(): NodeJS.ProcessEnv {
2 return {
3 ...process.env
4 };
5}

Callers 2

opencodeLocalLauncherFunction · 0.90
createOpencodeBackendFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected