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

Method getFirstRecent

Suscan/Library.cpp:1047–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045}
1046
1047std::list<std::string>::const_iterator
1048Singleton::getFirstRecent(void) const
1049{
1050 return this->recentProfiles.cbegin();
1051}
1052
1053std::list<std::string>::const_iterator
1054Singleton::getLastRecent(void) const

Callers 2

removeRecentMethod · 0.95
updateRecentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected