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

Method enableTimers

src/database/DatabaseWrapper.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 void DatabaseWrapper::enableTimers() {
109 OPENMITTSU_DATABASEWRAPPER_WRAP_VOID_NOARGS(enableTimers);
110 }
111
112 openmittsu::protocol::GroupStatus DatabaseWrapper::getGroupStatus(openmittsu::protocol::GroupId const& group) const {
113 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(getGroupStatus, openmittsu::protocol::GroupStatus, Q_ARG(openmittsu::protocol::GroupId const&, group));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected