MCPcopy Index your code
hub / github.com/anomalyco/opencode / mergeShellEnv

Function mergeShellEnv

packages/desktop/src/main/shell-env.ts:96–101  ·  view source on GitHub ↗
(shell: Record<string, string> | null, env: Record<string, string>)

Source from the content-addressed store, hash-verified

94}
95
96export function mergeShellEnv(shell: Record<string, string> | null, env: Record<string, string>) {
97 return {
98 ...shell,
99 ...env,
100 }
101}

Callers 1

shell-env.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected