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

Class

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

Source from the content-addressed store, hash-verified

89}
90
91class RecursiveFileSearch implements FileSearch {
92 private ignore: Ignore | undefined;
93 private resultCache: ResultCache | undefined;
94 private allFiles: string[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected