MCPcopy Index your code
hub / github.com/desktop/desktop / isMacOSBinary

Function isMacOSBinary

script/build.ts:623–623  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

621 const isWindowsBinary = (file: string) =>
622 file.endsWith('.exe') || file.endsWith('.dll')
623 const isMacOSBinary = (file: string) => file === 'mxc-exec-mac'
624 const isLinuxBinary = (file: string) =>
625 file === 'linux-test-proxy' || file === 'lxc-exec'
626

Callers 1

copyCopilotDependencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected