MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / isServerGroupKnownAndNotOutdated

Method isServerGroupKnownAndNotOutdated

src/database/DatabaseWrapper.cpp:436–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434 }
435
436 bool DatabaseWrapper::isServerGroupKnownAndNotOutdated(int maximalAgeInSeconds) {
437 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(isServerGroupKnownAndNotOutdated, bool, Q_ARG(int, maximalAgeInSeconds));
438 }
439
440 void DatabaseWrapper::setServerGroup(QString const& serverGroup) {
441 OPENMITTSU_DATABASEWRAPPER_WRAP_VOID(setServerGroup, Q_ARG(QString const&, serverGroup));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected