MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / cancelTransfer

Method cancelTransfer

gui/qt/emuthread.cpp:265–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void EmuThread::cancelTransfer() {
266 req(RequestCancelTransfer);
267}
268
269void EmuThread::receive() {
270 req(RequestReceive);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected