()
| 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 |
| 109 | * repoId, plus their relationships). Global nodes like Dependency survive. |
no outgoing calls
no test coverage detected