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

Method removeChild

3rdparty/unioncode-GitQlient/src/cache/CommitInfo.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void CommitInfo::removeChild(CommitInfo *commit)
140{
141 if (mChilds.contains(commit))
142 mChilds.removeAll(commit);
143}
144
145QString CommitInfo::getFirstChildSha() const
146{

Callers 2

insertCommitMethod · 0.80
updateCommitMethod · 0.80

Calls 2

containsMethod · 0.45
removeAllMethod · 0.45

Tested by

no test coverage detected