MCPcopy
hub / github.com/opentrace/opentrace / deleteRepo

Method deleteRepo

ui/src/store/types.ts:111–111  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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. */

Callers 3

dispatchFunction · 0.65
runMethod · 0.65

Implementers 4

LadybugGraphStoreui/src/store/ladybugStore.ts
WorkerGraphStoreui/src/store/workerStore.ts
ServerGraphStoreui/src/store/serverStore.ts
InMemoryGraphStoreui/src/store/inMemoryStore.ts

Calls

no outgoing calls

Tested by

no test coverage detected