MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / _handle_get_status

Method _handle_get_status

server/services/message_handler.py:76–81  ·  view source on GitHub ↗
(self, session_id: str, websocket_manager)

Source from the content-addressed store, hash-verified

74 await websocket_manager.handle_heartbeat(session_id)
75
76 async def _handle_get_status(self, session_id: str, websocket_manager):
77 session_info = self.session_store.get_session_info(session_id)
78 await websocket_manager.send_message(
79 session_id,
80 {"type": "status", "data": session_info or {"message": "Session not found"}},
81 )

Callers 1

handle_messageMethod · 0.95

Calls 2

get_session_infoMethod · 0.80
send_messageMethod · 0.80

Tested by

no test coverage detected