MCPcopy
hub / github.com/desktop/desktop / isLinuxBinary

Function isLinuxBinary

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

Source from the content-addressed store, hash-verified

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
627 for (const file of mxcFiles) {
628 const shouldRemove =

Callers 1

copyCopilotDependencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected