Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ list
Function
list
packages/core/src/shell.ts:223–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
221
}
222
223
export
async
function
list(): Promise<Item[]> {
224
const
shells = process.platform ===
"win32"
? win() :
await
unix()
225
return
shells.filter((s) => resolve(s)).map(info)
226
}
Callers
nothing calls this directly
Calls
3
unix
Function · 0.85
win
Function · 0.70
resolve
Function · 0.70
Tested by
no test coverage detected