MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / FileTransferChannel

Method FileTransferChannel

src/render_panel/transfer/file_transfer.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected