| 112 | } |
| 113 | |
| 114 | void 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 | |
| 121 | void TcpConnection::start() { |
| 122 | if (socket_pipe_) { |
nothing calls this directly
no outgoing calls
no test coverage detected