(self, user_id: str, message: dict[str, Any], websocket: WebSocket)
| 13 | raise NotImplementedError |
| 14 | |
| 15 | async def process_message(self, user_id: str, message: dict[str, Any], websocket: WebSocket) -> None: |
| 16 | raise NotImplementedError |
| 17 | |
| 18 | @staticmethod |
| 19 | def can(ws_type: WSType) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected