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

Method get_catalog_manager

graphlite/src/session/manager.rs:100–102  ·  view source on GitHub ↗

Get the catalog manager

(&self)

Source from the content-addressed store, hash-verified

98
99 /// Get the catalog manager
100 pub fn get_catalog_manager(&self) -> Arc<RwLock<CatalogManager>> {
101 self.catalog_manager.clone()
102 }
103
104 /// Get the transaction manager
105 pub fn get_transaction_manager(&self) -> Arc<TransactionManager> {

Callers 2

set_user_passwordMethod · 0.45

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected