MCPcopy
hub / github.com/opentrace/opentrace / flush

Method flush

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

Flush any buffered writes to the backing store. No-op if unbuffered.

()

Source from the content-addressed store, hash-verified

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. */
117 importVectors?(vectors: { id: string; vec: number[] }[]): Promise<void>;
118 /** Import a Parquet zip archive into the store. */

Callers 15

dispatchFunction · 0.65
drainNodesToStoreMethod · 0.65
drainRelsToStoreMethod · 0.65
runMethod · 0.65
handleIndexPRFunction · 0.65
handleIndexAllFunction · 0.65
savingFunction · 0.65
_run_claude_code_tracedFunction · 0.65
_write_tool_resultFunction · 0.65
_write_tool_callFunction · 0.65
_write_text_blockFunction · 0.65
agent_fnFunction · 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