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

Method get_session

graphlite/src/session/global_provider.rs:147–149  ·  view source on GitHub ↗
(&self, session_id: &str)

Source from the content-addressed store, hash-verified

145 }
146
147 fn get_session(&self, session_id: &str) -> Option<Arc<RwLock<UserSession>>> {
148 self.get_manager()?.get_session(session_id)
149 }
150
151 fn remove_session(&self, session_id: &str) -> Result<(), String> {
152 self.get_manager()

Callers 1

Calls 1

get_managerMethod · 0.80

Tested by 1