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

Method getData

gui/qt/ipc.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45QByteArray InterCom::getData() {
46 return m_data;
47}
48
49void InterCom::send(const QByteArray &pkt) {
50 if (m_clientName.isEmpty()) {

Callers 1

ipcReceivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected