MCPcopy 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

fmtMethod · 0.45
allocatedMethod · 0.45
peakMethod · 0.45
load_allMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected