Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
QByteArray InterCom::getData() {
46
return m_data;
47
}
48
49
void InterCom::send(const QByteArray &pkt) {
50
if (m_clientName.isEmpty()) {
Callers
1
ipcReceived
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected