Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ load
Method
load
graphlite/src/catalog/providers/index.rs:35–37 ·
view source on GitHub ↗
(&mut self, _data: &[u8])
Source
from the content-addressed store, hash-verified
33
}
34
35
fn load(&mut self, _data: &[u8]) -> CatalogResult<()> {
36
Ok(())
37
}
38
39
fn schema(&self) -> CatalogSchema {
40
CatalogSchema {
Callers
4
fmt
Method · 0.45
allocated
Method · 0.45
peak
Method · 0.45
load_all
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected