MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / UpdateDevices

Method UpdateDevices

src/gui/idlepanel.cc:788–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786 }
787
788 void UpdateDevices()
789 {
790 auto candidates = findUsbDevices();
791 for (auto& candidate : candidates)
792 _devices.push_back(candidate);
793 }
794
795private:
796 wxConfig _config;

Callers

nothing calls this directly

Calls 2

findUsbDevicesFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected