(name: string)
| 227 | } |
| 228 | |
| 229 | function isIex(name: string): boolean { |
| 230 | const lower = name.toLowerCase() |
| 231 | return lower === 'invoke-expression' || lower === 'iex' |
| 232 | } |
| 233 | |
| 234 | function checkDownloadCradles( |
| 235 | parsed: ParsedPowerShellCommand, |
no outgoing calls
no test coverage detected