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

Method get_storage_manager

graphlite/src/session/global_provider.rs:189–193  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

187 }
188
189 fn get_storage_manager(&self) -> Arc<StorageManager> {
190 self.get_manager()
191 .expect("Global session manager not initialized")
192 .get_storage_manager()
193 }
194
195 fn get_catalog_manager(&self) -> Arc<RwLock<CatalogManager>> {
196 self.get_manager()

Callers

nothing calls this directly

Calls 1

get_managerMethod · 0.80

Tested by

no test coverage detected