| 1223 | } |
| 1224 | |
| 1225 | int ChatRootView::currentMessageTotalEdits() const |
| 1226 | { |
| 1227 | return m_fileEditController->totalEdits(); |
| 1228 | } |
| 1229 | |
| 1230 | int ChatRootView::currentMessageAppliedEdits() const |
| 1231 | { |
nothing calls this directly
no test coverage detected