MCPcopy 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
86QString CommitInfo::firstParent() const
87{
88 return !mParentsSha.isEmpty() ? mParentsSha.at(0) : QString();
89}
90
91QStringList CommitInfo::parents() const
92{

Callers 15

setupMethod · 0.80
insertCommitMethod · 0.80
pendingLocalChangesMethod · 0.80
resetLanesMethod · 0.80
checkShaMethod · 0.80
HistoryWidgetMethod · 0.80
onOpenFullDiffMethod · 0.80
showWarningMergeMethod · 0.80
showPullConflictMethod · 0.80
openCommitDiffMethod · 0.80
changeDiffViewMethod · 0.80

Calls 3

atMethod · 0.80
QStringClass · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected