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

Method getFirstAutoGain

Suscan/Library.cpp:993–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993std::vector<Object>::const_iterator
994Singleton::getFirstAutoGain(void) const
995{
996 return this->autoGains.begin();
997}
998
999std::vector<Object>::const_iterator
1000Singleton::getLastAutoGain(void) const

Callers 1

deserializeAutoGainsMethod · 0.80

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected