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

Method close_session

graphlite/src/coordinator/query_coordinator.rs:555–557  ·  view source on GitHub ↗

Close a session Removes the session from the session manager.

(&self, session_id: &str)

Source from the content-addressed store, hash-verified

553 ///
554 /// Removes the session from the session manager.
555 pub fn close_session(&self, session_id: &str) -> Result<(), String> {
556 self.session_provider.remove_session(session_id)
557 }
558
559 /// Get the session manager reference (for backward compatibility)
560 ///

Callers 5

handle_installFunction · 0.45
graphlite_close_sessionFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

remove_sessionMethod · 0.45

Tested by 1