Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ getClientName
Method
getClientName
gui/qt/ipc.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
QString InterCom::getClientName() {
74
return m_clientName;
75
}
76
77
QString InterCom::getServerName() {
78
return m_serverName;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected