MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / search

Method search

tests/search-safe-01.test.ts:24–26  ·  view source on GitHub ↗
(query: string, limit: number, filters?: unknown)

Source from the content-addressed store, hash-verified

22 constructor(_rootPath: string) {}
23
24 async search(query: string, limit: number, filters?: unknown) {
25 return searchMocks.search(query, limit, filters);
26 }
27 }
28
29 return { CodebaseSearcher };

Callers

nothing calls this directly

Calls 1

searchMethod · 0.65

Tested by

no test coverage detected