MCPcopy
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
223export 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

unixFunction · 0.85
winFunction · 0.70
resolveFunction · 0.70

Tested by

no test coverage detected