MCPcopy Index your code
hub / github.com/codeaashu/claude-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') ? 'claude.exe' : 'claude'
113}
114
115function getBaseDirectories() {
116 const platform = getPlatform()

Callers 3

getBaseDirectoriesFunction · 0.85
installVersionFromBinaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected