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

Method clientSetup

gui/qt/ipc.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void InterCom::clientSetup(const QString &name) {
66 m_clientName = "cemu-" + name;
67}
68
69void InterCom::serverSetup(const QString &name) {
70 m_serverName = "cemu-" + name;

Callers 1

foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected