(platform: string)
| 109 | } |
| 110 | |
| 111 | export function getBinaryName(platform: string): string { |
| 112 | return platform.startsWith('win32') ? 'claude.exe' : 'claude' |
| 113 | } |
| 114 | |
| 115 | function getBaseDirectories() { |
| 116 | const platform = getPlatform() |
no outgoing calls
no test coverage detected