Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
export
function
whichCommand(): string {
16
return
isWindows() ?
"where"
:
"which"
;
17
}
Callers
nothing calls this directly
Calls
1
isWindows
Function · 0.85
Tested by
no test coverage detected