(filePath: string)
| 46 | const HOMEBREW_PATH_SEGMENT = '/cellar/'; |
| 47 | |
| 48 | function normalizeForHeuristic(filePath: string): string { |
| 49 | return filePath.replaceAll('\\', '/').toLowerCase(); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Heuristic classification by package root path segments. Returns the |
no outgoing calls
no test coverage detected