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

Method create

packages/core/src/utils/filesearch/fileSearch.ts:232–237  ·  view source on GitHub ↗
(options: FileSearchOptions)

Source from the content-addressed store, hash-verified

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

Callers 1

fileSearch.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected