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

Method getContactPublicKey

src/database/DatabaseWrapper.cpp:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 openmittsu::crypto::PublicKey DatabaseWrapper::getContactPublicKey(openmittsu::protocol::ContactId const& identity) const {
365 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(getContactPublicKey, openmittsu::crypto::PublicKey, Q_ARG(openmittsu::protocol::ContactId const&, identity));
366 }
367
368 int DatabaseWrapper::getContactCount() const {
369 OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN_NOARGS(getContactCount, int);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected