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

Method getGroupMessageCount

src/database/SimpleDatabase.cpp:1432–1434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430 }
1431
1432 int SimpleDatabase::getGroupMessageCount() const {
1433 return openmittsu::database::internal::DatabaseGroupMessage::getGroupMessageCount(this);
1434 }
1435
1436 int SimpleDatabase::getMediaItemCount() const {
1437 return m_mediaFileStorage.getMediaItemCount();

Callers 2

TEST_FFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36