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

Method isLoadingFromHistory

ChatView/ChatModel.cpp:638–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638bool ChatModel::isLoadingFromHistory() const
639{
640 return m_loadingFromHistory;
641}
642
643void ChatModel::onFileEditApplied(const QString &editId)
644{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected