Test if client is still connected - wrapper for _check_client_connection
(req_id: str, http_request)
| 101 | |
| 102 | # Wrapper function for backward compatibility |
| 103 | async def _test_client_connection(req_id: str, http_request) -> bool: |
| 104 | """Test if client is still connected - wrapper for _check_client_connection""" |
| 105 | return await _check_client_connection(req_id, http_request) |
| 106 | |
| 107 | |
| 108 | async def _analyze_model_requirements( |
no outgoing calls
no test coverage detected