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

Method clear

ChatView/ChatModel.cpp:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void ChatModel::clear()
212{
213 beginResetModel();
214 m_messages.clear();
215 endResetModel();
216 emit modelReseted();
217 emit sessionUsageChanged();
218}
219
220QList<MessagePart> ChatModel::processMessageContent(const QString &content) const
221{

Callers 15

handleCancelRequestMethod · 0.45
processTextMethod · 0.45
cleanupConnectionsMethod · 0.45
rebuildChatButtonMenuFunction · 0.45
cancelRequestMethod · 0.45
~BuildProjectToolMethod · 0.45
onTasksClearedMethod · 0.45
cleanupConnectionsMethod · 0.45
reloadAllPatternsMethod · 0.45
clearContentsMethod · 0.45
stopServerMethod · 0.45
setProvidersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected