(raw: readonly string[])
| 157 | } |
| 158 | |
| 159 | function sanitizeTrustedNames(raw: readonly string[]): string[] { |
| 160 | return sanitizeCore(raw, false) |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Filter raw Spotlight results to user-facing apps, then sanitize. Always-keep |
no test coverage detected