MCPcopy Create free account
hub / github.com/Noumena-Network/code / getBinaryName

Function getBinaryName

src/utils/nativeInstaller/installer.ts:111–113  ·  view source on GitHub ↗
(platform: string)

Source from the content-addressed store, hash-verified

109}
110
111export function getBinaryName(platform: string): string {
112 return platform.startsWith('win32') ? 'ncode.exe' : 'ncode'
113}
114
115function getBaseDirectories() {
116 const platform = getPlatform()

Callers 6

getBaseDirectoriesFunction · 0.85
installVersionFromBinaryFunction · 0.85
manualRemoveNpmPackageFunction · 0.85
download.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected