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

Method search

tests/search-compact-mode.test.ts:25–27  ·  view source on GitHub ↗
(query: string, limit: number, filters?: unknown)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

searchMethod · 0.65

Tested by

no test coverage detected