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

Method setLoadingFromHistory

ChatView/ChatModel.cpp:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void ChatModel::setLoadingFromHistory(bool loading)
633{
634 m_loadingFromHistory = loading;
635 LOG_MESSAGE(QString("ChatModel loading from history: %1").arg(loading ? "true" : "false"));
636}
637
638bool ChatModel::isLoadingFromHistory() const
639{

Callers 1

deserializeChatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected