MCPcopy Create free account
hub / github.com/KDE/kdevelop / currentBranch

Method currentBranch

kdevplatform/vcs/models/brancheslistmodel.cpp:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185QString BranchesListModel::currentBranch() const
186{
187 Q_D(const BranchesListModel);
188
189 return runSynchronously(d->dvcsplugin->currentBranch(d->repo)).toString();
190}
191
192KDevelop::IProject* BranchesListModel::project() const
193{

Callers 6

refreshMethod · 0.45
BranchManagerMethod · 0.45
deleteBranchMethod · 0.45
checkoutBranchMethod · 0.45
diffFromBranchMethod · 0.45

Calls 2

runSynchronouslyFunction · 0.70
toStringMethod · 0.45

Tested by

no test coverage detected