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

Method get_manager

graphlite/src/session/global_provider.rs:120–122  ·  view source on GitHub ↗

Get the global session manager Returns None if the global manager hasn't been initialized yet.

(&self)

Source from the content-addressed store, hash-verified

118 ///
119 /// Returns None if the global manager hasn't been initialized yet.
120 fn get_manager(&self) -> Option<Arc<SessionManager>> {
121 GLOBAL_SESSION_MANAGER.read().unwrap().clone()
122 }
123
124 /// Get access to the underlying session manager
125 ///

Callers 12

managerMethod · 0.80
create_sessionMethod · 0.80
get_sessionMethod · 0.80
remove_sessionMethod · 0.80
list_sessionsMethod · 0.80
cleanup_expiredMethod · 0.80
shutdownMethod · 0.80
session_countMethod · 0.80
get_storage_managerMethod · 0.80
get_catalog_managerMethod · 0.80

Calls 2

cloneMethod · 0.80
unwrapMethod · 0.80

Tested by

no test coverage detected