Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/codex-plugin-cc
/ buildEnv
Function
buildEnv
tests/fake-codex-fixture.mjs:652–658 ·
view source on GitHub ↗
(binDir)
Source
from the content-addressed store, hash-verified
650
}
651
652
export
function
buildEnv(binDir) {
653
const
sep = process.platform ===
"win32"
?
";"
:
":"
;
654
return
{
655
...process.env,
656
PATH: `${binDir}${sep}${process.env.PATH}`
657
};
658
}
Callers
1
runtime.test.mjs
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected