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

Method getMessageState

src/database/internal/DatabaseControlMessage.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 ControlMessageState DatabaseControlMessage::getMessageState() const {
121 return ControlMessageStateHelper::fromString(queryField(QStringLiteral("messagestate")).toString());
122 }
123
124 void DatabaseControlMessage::setMessageState(ControlMessageState const& messageState, openmittsu::protocol::MessageTime const& when) {
125 ControlMessageState const currentState = getMessageState();

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected