MCPcopy Create free account
hub / github.com/cytostack/openwolf / whichCommand

Function whichCommand

src/utils/platform.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export function whichCommand(): string {
16 return isWindows() ? "where" : "which";
17}

Callers

nothing calls this directly

Calls 1

isWindowsFunction · 0.85

Tested by

no test coverage detected