Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ idClose
Method
idClose
gui/qt/ipc.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void InterCom::idClose() {
19
m_socket->disconnectFromServer();
20
m_server->close();
21
m_file.remove();
22
}
23
24
void InterCom::serverListen() {
25
if (m_serverName.isEmpty()) {
Callers
2
closeEvent
Method · 0.80
ipcSetId
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected