MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / flush

Method flush

graphlite/src/storage/persistent/sled.rs:69–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

67 }
68
69 fn flush(&self) -> StorageResult<()> {
70 self.tree
71 .flush()
72 .map_err(|e| StorageDriverError::BackendSpecific(e.to_string()))?;
73 Ok(())
74 }
75
76 fn scan_prefix(
77 &self,

Callers 6

save_graph_by_pathMethod · 0.45
clearMethod · 0.45
delete_graphMethod · 0.45
save_catalog_providerMethod · 0.45
shutdownMethod · 0.45
shutdownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected