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

Method tls_created_pipe

net/TcpConnection.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void TcpConnection::tls_created_pipe(td::Pipe pipe, const RATLSAttestationReport &report) {
115 process_attestation(report);
116
117 simple_pipe_ = std::move(pipe);
118 start();
119}
120
121void TcpConnection::start() {
122 if (socket_pipe_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected