MCPcopy
hub / github.com/desktop/desktop / isWindowsBinary

Function isWindowsBinary

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

Source from the content-addressed store, hash-verified

619 }
620 const mxcFiles = readdirSync(mxcArchSubdirPath)
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'

Callers 1

copyCopilotDependencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected