MCPcopy 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
1646void StandardJob::start()
1647{
1648 connect(m_job, &KJob::result, this, &StandardJob::result);
1649 m_job->start();
1650 m_status=JobRunning;
1651}
1652
1653void StandardJob::result(KJob* job)
1654{

Callers 6

applySelectedMethod · 0.45
isInRepositoryMethod · 0.45
readConfigOptionMethod · 0.45
timeSwitchingBranchFunction · 0.45
runCommandFunction · 0.45

Calls

no outgoing calls

Tested by 2

timeSwitchingBranchFunction · 0.36
runCommandFunction · 0.36