MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / refreshDevices

Method refreshDevices

Suscan/Library.cpp:519–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void
520Singleton::refreshDevices(void)
521{
522 this->devices.clear();
523 suscan_source_device_walk(walk_all_devices, static_cast<void *>(this));
524}
525
526void
527Singleton::refreshNetworkProfiles(void)

Callers 2

detect_devicesMethod · 0.95
runMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected