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

Method getFirstDevice

Suscan/Library.cpp:969–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967}
968
969std::vector<Source::Device>::const_iterator
970Singleton::getFirstDevice(void) const
971{
972 return this->devices.begin();
973}
974
975std::vector<Source::Device>::const_iterator
976Singleton::getLastDevice(void) const

Callers 4

refreshDevicesMethod · 0.80
populateDeviceComboMethod · 0.80
populateDeviceComboMethod · 0.80
refreshProfileUiMethod · 0.80

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected