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

Method rejectFileEdit

ChatView/ChatRootView.cpp:1195–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195void ChatRootView::rejectFileEdit(const QString &editId)
1196{
1197 m_fileEditController->rejectFileEdit(editId);
1198}
1199
1200void ChatRootView::undoFileEdit(const QString &editId)
1201{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected