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

Method getFirstTLESource

Suscan/Library.cpp:1126–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126QMap<std::string, TLESource>::const_iterator
1127Singleton::getFirstTLESource(void) const
1128{
1129 return this->tleSources.cbegin();
1130}
1131
1132QMap<std::string, TLESource>::const_iterator
1133Singleton::getLastTLESource(void) const

Callers 1

triggerDownloadTLEsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected