Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
void CommitInfo::removeChild(CommitInfo *commit)
140
{
141
if (mChilds.contains(commit))
142
mChilds.removeAll(commit);
143
}
144
145
QString CommitInfo::getFirstChildSha() const
146
{
Callers
2
insertCommit
Method · 0.80
updateCommit
Method · 0.80
Calls
2
contains
Method · 0.45
removeAll
Method · 0.45
Tested by
no test coverage detected