MCPcopy Create free account
hub / github.com/Pometry/Raphtory / flush

Method flush

raphtory/src/python/graph/graph.rs:220–222  ·  view source on GitHub ↗

Trigger a flush of the underlying storage if disk storage is enabled Returns: None: This function does not return a value, if the operation is successful.

(&self)

Source from the content-addressed store, hash-verified

218 /// Returns:
219 /// None: This function does not return a value, if the operation is successful.
220 pub fn flush(&self) -> Result<(), GraphError> {
221 self.graph.flush()
222 }
223
224 /// Return a read-only handle to this graph.
225 ///

Callers 9

encode_graph_tpropFunction · 0.45
encode_graph_cpropFunction · 0.45
encode_edge_tpropFunction · 0.45
encode_edge_deletionsFunction · 0.45
encode_edge_cpropFunction · 0.45
encode_nodes_tpropFunction · 0.45
encode_nodes_cpropFunction · 0.45
load_eth_graphFunction · 0.45
load_snb_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected