(query?: string, hops?: number)
| 102 | /** Start DB init if not already started. No-op if already ready. */ |
| 103 | ensureReady?(): Promise<void>; |
| 104 | fetchGraph(query?: string, hops?: number): Promise<GraphData>; |
| 105 | fetchStats(): Promise<GraphStats>; |
| 106 | fetchMetadata(): Promise<IndexMetadata[]>; |
| 107 | clearGraph(): Promise<void>; |
no outgoing calls
no test coverage detected