Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ isMacos
Function
isMacos
src/tools/computer/use.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
import
{ Tool,
type
ToolContext,
type
ToolResult } from
'../base.js'
;
45
46
function
isMacos(): boolean {
47
return
os.platform() ===
'darwin'
;
48
}
49
50
function
macosOnly(toolName: string): ToolResult {
51
return
{
Callers
6
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected