MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/utils/filesearch/fileSearch.ts:231–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231export class FileSearchFactory {
232 static create(options: FileSearchOptions): FileSearch {
233 if (options.enableRecursiveFileSearch) {
234 return new RecursiveFileSearch(options);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected