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

Method onFileEditArchived

ChatView/ChatModel.cpp:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653void ChatModel::onFileEditArchived(const QString &editId)
654{
655 updateFileEditStatus(editId, "archived", "Archived (from previous conversation turn)");
656}
657
658void ChatModel::updateFileEditStatus(const QString &editId, const QString &status, const QString &statusMessage)
659{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected