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

Method PostBinaryMessage

src/render_panel/transfer/file_transfer.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 void FileTransferChannel::PostBinaryMessage(const std::string &msg) {
159 if (sess_) {
160 sess_->async_send(msg);
161 }
162 }
163}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected