Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void InterCom::clientSetup(const QString &name) {
66
m_clientName =
"cemu-"
+ name;
67
}
68
69
void InterCom::serverSetup(const QString &name) {
70
m_serverName =
"cemu-"
+ name;
Callers
1
foreach
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected