Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
321
QString ChatModel::lastMessageId() const
322
{
323
return !m_messages.isEmpty() ? m_messages.last().id :
""
;
324
}
325
326
void ChatModel::resetModelTo(int index)
327
{
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected