MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / finish_request

Method finish_request

runners/client/ClientRunner.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void 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 *

Callers

nothing calls this directly

Calls 1

request_finishedMethod · 0.80

Tested by

no test coverage detected