MCPcopy
hub / github.com/opentrace/opentrace / importBatch

Method importBatch

ui/src/store/types.ts:113–113  ·  view source on GitHub ↗
(batch: ImportBatchRequest)

Source from the content-addressed store, hash-verified

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. */
115 flush(): Promise<void>;
116 /** Import embedding vectors without re-inserting the node into typed tables. */

Callers 6

dispatchFunction · 0.65
drainNodesToStoreMethod · 0.65
drainRelsToStoreMethod · 0.65
runMethod · 0.65
indexPRIntoGraphFunction · 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