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

Method runner

runners/client/ClientProxyConnection.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace cocoon {
15
16ClientRunner *ClientProxyConnection::runner() {
17 return static_cast<ClientRunner *>(ProxyOutboundConnection::runner());
18}
19
20void ClientProxyConnection::send_handshake() {
21 LOG(INFO) << "created connection " << connection_id() << ", sending handshake";

Callers 3

checkMethod · 0.45
store_statsMethod · 0.45
run_chargeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected