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

Method getGroupMembers

src/database/DatabaseWrapper.cpp:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 QSet<openmittsu::protocol::ContactId> DatabaseWrapper::getGroupMembers(openmittsu::protocol::GroupId const& group, bool excludeSelfContact) const {
421 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(getGroupMembers, QSet<openmittsu::protocol::ContactId>, Q_ARG(openmittsu::protocol::GroupId const&, group), Q_ARG(bool, excludeSelfContact));
422 }
423
424 QVector<QString> DatabaseWrapper::getLastMessageUuids(openmittsu::protocol::GroupId const& group, std::size_t n) {
425 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(getLastMessageUuids, QVector<QString>, Q_ARG(openmittsu::protocol::GroupId const&, group), Q_ARG(std::size_t, n));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected