Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_path
Method · 0.45
clear
Method · 0.45
delete_graph
Method · 0.45
save_catalog_provider
Method · 0.45
shutdown
Method · 0.45
shutdown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected