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

Method create

net/TcpClient.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228td::actor::ActorOwn<TcpClient> TcpClient::create(std::unique_ptr<Callback> callback) {
229 auto res = td::actor::create_actor<TcpClientImpl>("extclient", std::move(callback));
230 return res;
231}
232
233void TcpClientImpl::add_connection_to_remote_app_type_rule(const RemoteAppType &remote_app_type,
234 std::shared_ptr<TcpConnectionType> type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected