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

Method search

tests/search-scoped-memory.test.ts:16–18  ·  view source on GitHub ↗
(query: string, limit: number, filters?: unknown)

Source from the content-addressed store, hash-verified

14 constructor(_rootPath: string) {}
15
16 async search(query: string, limit: number, filters?: unknown) {
17 return searchMocks.search(query, limit, filters);
18 }
19 }
20
21 return { CodebaseSearcher };

Callers

nothing calls this directly

Calls 1

searchMethod · 0.65

Tested by

no test coverage detected