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

Method getBackup

src/database/DatabaseWrapper.cpp:432–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430 }
431
432 std::shared_ptr<openmittsu::backup::IdentityBackup> DatabaseWrapper::getBackup() const {
433 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN_NOARGS(getBackup, std::shared_ptr<openmittsu::backup::IdentityBackup>);
434 }
435
436 bool DatabaseWrapper::isServerGroupKnownAndNotOutdated(int maximalAgeInSeconds) {
437 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(isServerGroupKnownAndNotOutdated, bool, Q_ARG(int, maximalAgeInSeconds));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected