MCPcopy 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
18void InterCom::idClose() {
19 m_socket->disconnectFromServer();
20 m_server->close();
21 m_file.remove();
22}
23
24void InterCom::serverListen() {
25 if (m_serverName.isEmpty()) {

Callers 2

closeEventMethod · 0.80
ipcSetIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected