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

Method idOpen

gui/qt/ipc.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool InterCom::idOpen(const QString &name) {
82 QString idPath = configPath + QStringLiteral("/id/");
83 QString idFile = idPath + name;
84 return QFile(idFile).exists();
85}
86
87bool InterCom::ipcSetup(const QString &id, const QString &pid) {
88 bool ret = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected