MCPcopy
hub / github.com/codeaashu/claude-code / search

Method search

web/lib/api/files.ts:221–221  ·  view source on GitHub ↗
(query: string, options?: SearchOptions)

Source from the content-addressed store, hash-verified

219 list(path: string): Promise<FileEntry[]>;
220 read(path: string, options?: ReadOptions): Promise<string>;
221 search(query: string, options?: SearchOptions): Promise<SearchResult[]>;
222 upload(file: File): Promise<UploadResult>;
223}
224

Callers 8

StickyTrackerFunction · 0.65
_temp5Function · 0.65
resolveExcludePatternsFunction · 0.65
copyWorktreeIncludeFilesFunction · 0.65
firstCommandTokenFunction · 0.65
findMatchingFilesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected