| 113 | } |
| 114 | |
| 115 | void ClientRunner::finish_request(td::Bits256 request_id, std::shared_ptr<ClientProxyInfo> proxy) { |
| 116 | CHECK(running_queries_.erase(request_id)); |
| 117 | proxy->request_finished(); |
| 118 | } |
| 119 | |
| 120 | /* |
| 121 | * |
nothing calls this directly
no test coverage detected