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

Method refreshNetworkProfiles

Suscan/Library.cpp:526–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void
527Singleton::refreshNetworkProfiles(void)
528{
529 this->networkProfiles.clear();
530 suscan_discovered_remote_device_walk(
531 walk_all_remote_devices,
532 static_cast<void *>(this));
533}
534
535bool
536Singleton::haveQth() const

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected