MCPcopy 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
39int ChatModel::rowCount(const QModelIndex &parent) const
40{
41 return m_messages.size();
42}
43
44QVariant ChatModel::data(const QModelIndex &index, int role) const
45{

Callers 4

startCompressionMethod · 0.45
suggestedFileNameMethod · 0.45
autosaveMethod · 0.45
handOffSessionMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected