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

Method getGroupLastSyncRequestTime

src/database/DatabaseWrapper.cpp:468–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 }
467
468 openmittsu::protocol::MessageTime DatabaseWrapper::getGroupLastSyncRequestTime(openmittsu::protocol::GroupId const& group) {
469 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(getGroupLastSyncRequestTime, openmittsu::protocol::MessageTime, Q_ARG(openmittsu::protocol::GroupId const&, group));
470 }
471
472 void DatabaseWrapper::deleteContactMessageByUuid(openmittsu::protocol::ContactId const& contact, QString const& uuid) {
473 OPENMITTSU_DATABASEWRAPPER_WRAP_VOID(deleteContactMessageByUuid, Q_ARG(openmittsu::protocol::ContactId const&, contact), Q_ARG(QString const&, uuid));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected