MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / run

Method run

src/scanner/DeviceScanner.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 : QThread(parent) {}
8
9void DeviceScanner::run() {
10 QString host = QSysInfo::machineHostName().toUpper();
11 if (host.isEmpty())
12 host = QStringLiteral("LOCALHOST");
13 QVector<DeviceCategory> cats = scanDevices();
14 emit scanComplete(host, cats);
15}

Callers

nothing calls this directly

Calls 1

scanDevicesFunction · 0.85

Tested by

no test coverage detected