Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ firstParent
Method
firstParent
3rdparty/unioncode-GitQlient/src/cache/CommitInfo.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
QString CommitInfo::firstParent() const
87
{
88
return !mParentsSha.isEmpty() ? mParentsSha.at(0) : QString();
89
}
90
91
QStringList CommitInfo::parents() const
92
{
Callers
15
setup
Method · 0.80
insertCommit
Method · 0.80
pendingLocalChanges
Method · 0.80
resetLanes
Method · 0.80
checkSha
Method · 0.80
HistoryWidget
Method · 0.80
onOpenFullDiff
Method · 0.80
showWarningMerge
Method · 0.80
showCherryPickConflict
Method · 0.80
showPullConflict
Method · 0.80
openCommitDiff
Method · 0.80
changeDiffView
Method · 0.80
Calls
3
at
Method · 0.80
QString
Class · 0.50
isEmpty
Method · 0.45
Tested by
no test coverage detected