MCPcopy Create free account
hub / github.com/erans/pgsqlite / remove_session_connection

Method remove_session_connection

src/session/db_handler.rs:467–469  ·  view source on GitHub ↗

Remove a session's connection

(&self, session_id: &Uuid)

Source from the content-addressed store, hash-verified

465
466 /// Remove a session's connection
467 pub fn remove_session_connection(&self, session_id: &Uuid) {
468 self.connection_manager.remove_connection(session_id);
469 }
470
471
472 /// Execute with bound parameters

Calls 1

remove_connectionMethod · 0.80