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

Method initialize

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

Source from the content-addressed store, hash-verified

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

Callers 6

fileSearch.test.tsFile · 0.65
client.test.tsFile · 0.65
logger.test.tsFile · 0.65
gitService.test.tsFile · 0.65
getGitServiceMethod · 0.65
config.test.tsFile · 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