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

Method getKnownGroupsWithMembersAndTitles

src/database/SimpleDatabase.cpp:1533–1535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531 }
1532
1533 QHash<openmittsu::protocol::GroupId, std::pair<QSet<openmittsu::protocol::ContactId>, QString>> SimpleDatabase::getKnownGroupsWithMembersAndTitles() const {
1534 return m_contactAndGroupDataProvider.getKnownGroupsWithMembersAndTitles();
1535 }
1536
1537 QHash<openmittsu::protocol::GroupId, QString> SimpleDatabase::getKnownGroupsContainingMember(openmittsu::protocol::ContactId const& identity) const {
1538 if (!hasContact(identity)) {

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36