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

Method isNull

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

Source from the content-addressed store, hash-verified

99}
100
101bool Patch::isNull() const {
102 if (start1 == 0 && start2 == 0 && length1 == 0 && length2 == 0
103 && diffs.size() == 0) {
104 return true;
105 }
106 return false;
107}
108
109
110/**

Callers 6

diff_mainMethod · 0.45
diff_cleanupSemanticMethod · 0.45
match_mainMethod · 0.45
patch_makeMethod · 0.45
patch_splitMaxMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected