MCPcopy 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

44import { Tool, type ToolContext, type ToolResult } from '../base.js';
45
46function isMacos(): boolean {
47 return os.platform() === 'darwin';
48}
49
50function macosOnly(toolName: string): ToolResult {
51 return {

Callers 6

executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected