()
| 1192 | true |
| 1193 | ) |
| 1194 | async function getDevices() { |
| 1195 | let systemInfo = getSystemInfo() |
| 1196 | return systemInfo.devices |
| 1197 | } |
| 1198 | async function getHosts() { |
| 1199 | let systemInfo = getSystemInfo() |
| 1200 | return systemInfo.hosts |
nothing calls this directly
no test coverage detected