MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / diff_main

Method diff_main

3rdparty/diff-match-patch/diff_match_patch.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174
175QList<Diff> diff_match_patch::diff_main(const QString &text1,
176 const QString &text2) {
177 return diff_main(text1, text2, true);
178}
179
180QList<Diff> diff_match_patch::diff_main(const QString &text1,
181 const QString &text2, bool checklines) {

Callers 1

diffTextMethod · 0.80

Calls 7

leftMethod · 0.80
rightMethod · 0.80
DiffClass · 0.70
isNullMethod · 0.45
isEmptyMethod · 0.45
appendMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected