Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
bool 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_main
Method · 0.45
diff_cleanupSemantic
Method · 0.45
diff_cleanupEfficiency
Method · 0.45
match_main
Method · 0.45
patch_make
Method · 0.45
patch_splitMax
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected