| 89 | } |
| 90 | |
| 91 | class RecursiveFileSearch implements FileSearch { |
| 92 | private ignore: Ignore | undefined; |
| 93 | private resultCache: ResultCache | undefined; |
| 94 | private allFiles: string[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected