Remove all data scoped to a single repo (nodes whose IDs start with the * repoId, plus their relationships). Global nodes like Dependency survive. * Optional: ServerGraphStore is read-only and omits this.
(repoId: string)
| 109 | * repoId, plus their relationships). Global nodes like Dependency survive. |
| 110 | * Optional: ServerGraphStore is read-only and omits this. */ |
| 111 | deleteRepo?(repoId: string): Promise<void>; |
| 112 | setLimits?(maxNodes: number, maxEdges: number): Promise<void>; |
| 113 | importBatch(batch: ImportBatchRequest): Promise<ImportBatchResponse>; |
| 114 | /** Flush any buffered writes to the backing store. No-op if unbuffered. */ |
no outgoing calls
no test coverage detected