MCPcopy
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
652export 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.mjsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected