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

Method Cb

net/TcpClient.cpp:78–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 td::actor::send_closure(id_, &TcpClientImpl::process_query_error, connection_id_, query_id, std::move(error));
77 }
78 Cb(td::actor::ActorId<TcpClientImpl> id, ConnectionId connection_id) : id_(id), connection_id_(connection_id) {
79 }
80 };
81 return std::make_unique<Cb>(actor_id(this), connection_id);
82}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected