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

Method onFileEditRejected

ChatView/ChatModel.cpp:648–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void ChatModel::onFileEditRejected(const QString &editId)
649{
650 updateFileEditStatus(editId, "rejected", "Rejected by user");
651}
652
653void ChatModel::onFileEditArchived(const QString &editId)
654{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected