Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ start
Method
start
plugins/git/gitplugin.cpp:1646–1651 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1644
{}
1645
1646
void StandardJob::start()
1647
{
1648
connect(m_job, &KJob::result, this, &StandardJob::result);
1649
m_job->start();
1650
m_status=JobRunning;
1651
}
1652
1653
void StandardJob::result(KJob* job)
1654
{
Callers
6
applySelected
Method · 0.45
scheduleDelayedBranchChanged
Method · 0.45
isInRepository
Method · 0.45
readConfigOption
Method · 0.45
timeSwitchingBranch
Function · 0.45
runCommand
Function · 0.45
Calls
no outgoing calls
Tested by
2
timeSwitchingBranch
Function · 0.36
runCommand
Function · 0.36