| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected