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

Method search

tests/multi-project-routing.test.ts:64–66  ·  view source on GitHub ↗
(query: string, limit: number, filters?: unknown, options?: unknown)

Source from the content-addressed store, hash-verified

62 constructor(private readonly rootPath: string) {}
63
64 async search(query: string, limit: number, filters?: unknown, options?: unknown) {
65 return searchMocks.search(this.rootPath, query, limit, filters, options);
66 }
67 }
68
69 return { CodebaseSearcher };

Callers

nothing calls this directly

Calls 1

searchMethod · 0.65

Tested by

no test coverage detected