()
| 1196 | return systemInfo.devices |
| 1197 | } |
| 1198 | async function getHosts() { |
| 1199 | let systemInfo = getSystemInfo() |
| 1200 | return systemInfo.hosts |
| 1201 | } |
| 1202 | |
| 1203 | async function getModels(scanForMalicious = true) { |
| 1204 | let models = { |
nothing calls this directly
no test coverage detected