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

Method got_http_answer

runners/worker/WorkerUplinkMonitor.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void WorkerUplinkMonitor::got_http_answer(td::int32 status_code) {
41 requests_completed(status_code == 200);
42}
43
44void WorkerUplinkMonitor::requests_completed(bool is_success) {
45 if (is_success != cur_state_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected