Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ shell-env.test.ts
File
shell-env.test.ts
packages/desktop/src/main/shell-env.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
"bun:test"
2
3
import
{ isNushell, mergeShellEnv, parseShellEnv, resolveUserShell } from
"./shell-env"
4
Callers
nothing calls this directly
Calls
7
parseShellEnv
Function · 0.90
mergeShellEnv
Function · 0.90
resolveUserShell
Function · 0.90
isNushell
Function · 0.90
test
Function · 0.85
describe
Function · 0.50
from
Method · 0.45
Tested by
no test coverage detected