(self)
| 305 | return {"rows": rows} |
| 306 | |
| 307 | def get_workflow(self) -> Workflow: |
| 308 | return self._workflow |
| 309 | |
| 310 | async def handle_client_message(self, client_id: str, message: Dict[str, Any]): |
| 311 | """Process incoming messages from clients""" |
no outgoing calls
no test coverage detected