| 15 | { |
| 16 | |
| 17 | FileTransferChannel::FileTransferChannel(const std::shared_ptr<GrContext>& ctx, const std::shared_ptr<asio2::http_session>& sess) { |
| 18 | context_ = ctx; |
| 19 | sess_ = sess; |
| 20 | settings_ = GrSettings::Instance(); |
| 21 | } |
| 22 | |
| 23 | void FileTransferChannel::OnConnected() { |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected