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

Method FileTransferChannel

src/client/transfer/file_transfer.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace tc
17{
18 FileTransferChannel::FileTransferChannel(const std::shared_ptr<ClientContext> &ctx) {
19 context_ = ctx;
20 sender_thread_ = Thread::Make("file transfer", 64);
21 sender_thread_->Poll();
22 settings_ = Settings::Instance();
23 }
24
25 void FileTransferChannel::Start() {
26 client_ = std::make_shared<asio2::ws_client>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected