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

Method getDatabase

src/database/internal/DatabaseMessageCursor.cpp:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 InternalDatabaseInterface* DatabaseMessageCursor::getDatabase() const {
243 return m_database;
244 }
245
246 openmittsu::protocol::MessageId const& DatabaseMessageCursor::getMessageId() const {
247 return m_messageId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected