(platform: NodeJS.Platform)
| 152 | } |
| 153 | |
| 154 | function semBinaryName(platform: NodeJS.Platform): string { |
| 155 | return platform === "win32" ? "sem.exe" : "sem"; |
| 156 | } |
| 157 | |
| 158 | export function getManagedSemBinaryPath( |
| 159 | dataDir = getPlannotatorDataDir(), |
no outgoing calls
no test coverage detected