| 17 | } |
| 18 | |
| 19 | export class FileDiscoveryService { |
| 20 | private gitIgnoreFilter: GitIgnoreFilter | null = null; |
| 21 | private anusIgnoreFilter: GitIgnoreFilter | null = null; |
| 22 | private projectRoot: string; |
nothing calls this directly
no outgoing calls
no test coverage detected