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

Interface RelationshipsData

src/tools/search-codebase.ts:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58]);
59
60interface RelationshipsData {
61 graph?: {
62 imports?: Record<string, string[]>;
63 importDetails?: Record<string, Record<string, { line?: number; importedSymbols?: string[] }>>;
64 importedBy?: Record<string, string[]>;
65 exports?: Record<string, FileExport[]>;
66 };
67 stats?: unknown;
68}
69
70export const definition: Tool = {
71 name: 'search_codebase',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected