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

Method IsConnected

src/client/transfer/file_transfer.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 bool FileTransferChannel::IsConnected() {
76 return client_ && client_->is_started();
77 }
78
79 void FileTransferChannel::SendFiles(const std::vector<QString>& files_path) {
80 sender_thread_->Post([=, this]() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected