Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ rowCount
Method
rowCount
ChatView/ChatModel.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
int ChatModel::rowCount(const QModelIndex &parent) const
40
{
41
return m_messages.size();
42
}
43
44
QVariant ChatModel::data(const QModelIndex &index, int role) const
45
{
Callers
4
startCompression
Method · 0.45
suggestedFileName
Method · 0.45
autosave
Method · 0.45
handOffSession
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected