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

Method search

packages/core/src/utils/filesearch/fileSearch.ts:88–88  ·  view source on GitHub ↗
(pattern: string, options?: SearchOptions)

Source from the content-addressed store, hash-verified

86export interface FileSearch {
87 initialize(): Promise<void>;
88 search(pattern: string, options?: SearchOptions): Promise<string[]>;
89}
90
91class RecursiveFileSearch implements FileSearch {

Callers 4

fileSearch.test.tsFile · 0.65
renderDiffContentFunction · 0.65
searchFunction · 0.65

Implementers 2

RecursiveFileSearchpackages/core/src/utils/filesearch/fil
DirectoryFileSearchpackages/core/src/utils/filesearch/fil

Calls

no outgoing calls

Tested by

no test coverage detected