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

Method getKnownGroupsContainingMember

src/database/DatabaseWrapper.cpp:464–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 }
463
464 GroupToTitleMap DatabaseWrapper::getKnownGroupsContainingMember(openmittsu::protocol::ContactId const& identity) const {
465 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(getKnownGroupsContainingMember, GroupToTitleMap, Q_ARG(openmittsu::protocol::ContactId const&, identity));
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));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected