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

Method getContactCount

src/database/DatabaseWrapper.cpp:368–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 }
367
368 int DatabaseWrapper::getContactCount() const {
369 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN_NOARGS(getContactCount, int);
370 }
371
372 QVector<QString> DatabaseWrapper::getLastMessageUuids(openmittsu::protocol::ContactId const& contact, std::size_t n) {
373 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(getLastMessageUuids, QVector<QString>, Q_ARG(openmittsu::protocol::ContactId const&, contact), Q_ARG(std::size_t, n));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected