(filePath: string)
| 77 | * relevance hint for disambiguation, not a hard claim. |
| 78 | */ |
| 79 | export function isGeneratedFile(filePath: string): boolean { |
| 80 | return GENERATED_PATTERNS.some((p) => p.test(filePath)); |
| 81 | } |
no outgoing calls
no test coverage detected