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

Method onFileEditApplied

ChatView/ChatModel.cpp:643–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643void ChatModel::onFileEditApplied(const QString &editId)
644{
645 updateFileEditStatus(editId, "applied", "Successfully applied");
646}
647
648void ChatModel::onFileEditRejected(const QString &editId)
649{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected