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

Method isStatusMessage

src/database/DatabaseReadonlyContactMessage.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 bool DatabaseReadonlyContactMessage::isStatusMessage() const {
95 return m_isStatusMessage;
96 }
97
98 QString const& DatabaseReadonlyContactMessage::getCaption() const {
99 return m_caption;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected