| 229 | } |
| 230 | |
| 231 | export class FileSearchFactory { |
| 232 | static create(options: FileSearchOptions): FileSearch { |
| 233 | if (options.enableRecursiveFileSearch) { |
| 234 | return new RecursiveFileSearch(options); |
nothing calls this directly
no outgoing calls
no test coverage detected