MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / lastMessageId

Method lastMessageId

ChatView/ChatModel.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321QString ChatModel::lastMessageId() const
322{
323 return !m_messages.isEmpty() ? m_messages.last().id : "";
324}
325
326void ChatModel::resetModelTo(int index)
327{

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected