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

Method getFirstSpectrumUnit

Suscan/Library.cpp:1144–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142}
1143
1144QMap<std::string, SpectrumUnit>::const_iterator
1145Singleton::getFirstSpectrumUnit(void) const
1146{
1147 return this->spectrumUnits.cbegin();
1148}
1149
1150QMap<std::string, SpectrumUnit>::const_iterator
1151Singleton::getLastSpectrumUnit(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected