Get the currently running session ID
(self)
| 79 | return session_id in self.cancelled_sessions |
| 80 | |
| 81 | def get_running_session(self) -> Optional[str]: |
| 82 | """Get the currently running session ID""" |
| 83 | return self.running_session |
| 84 | |
| 85 | session_manager = SessionManager() |
| 86 |
no outgoing calls
no test coverage detected