()
| 103 | ensureReady?(): Promise<void>; |
| 104 | fetchGraph(query?: string, hops?: number): Promise<GraphData>; |
| 105 | fetchStats(): Promise<GraphStats>; |
| 106 | fetchMetadata(): Promise<IndexMetadata[]>; |
| 107 | clearGraph(): Promise<void>; |
| 108 | /** Remove all data scoped to a single repo (nodes whose IDs start with the |
no outgoing calls
no test coverage detected