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

Method catalog_cache_mut

graphlite/src/session/models.rs:427–429  ·  view source on GitHub ↗

Get mutable reference to catalog cache

(&mut self)

Source from the content-addressed store, hash-verified

425
426 /// Get mutable reference to catalog cache
427 pub fn catalog_cache_mut(&mut self) -> &mut SessionCatalogCache {
428 &mut self.catalog_cache
429 }
430
431 /// Get immutable reference to catalog cache
432 pub fn catalog_cache_ref(&self) -> &SessionCatalogCache {

Callers 2

list_schemasMethod · 0.80
list_graphsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected