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

Method setDiffContent

widgets/RefactorWidget.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void RefactorWidget::setDiffContent(const QString &originalText, const QString &refactoredText)
240{
241 setDiffContent(originalText, refactoredText, QString(), QString());
242}
243
244void RefactorWidget::setDiffContent(const QString &originalText, const QString &refactoredText,
245 const QString &contextBefore, const QString &contextAfter)

Callers 1

showRefactorWidgetMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected