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

Method applyFileEdit

ChatView/ChatRootView.cpp:1190–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190void ChatRootView::applyFileEdit(const QString &editId)
1191{
1192 m_fileEditController->applyFileEdit(editId);
1193}
1194
1195void ChatRootView::rejectFileEdit(const QString &editId)
1196{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected