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

Method result

plugins/git/gitplugin.cpp:1653–1663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1651}
1652
1653void StandardJob::result(KJob* job)
1654{
1655 if (job->error() == 0) {
1656 m_status = JobSucceeded;
1657 setError(NoError);
1658 } else {
1659 m_status = JobFailed;
1660 setError(UserDefinedError);
1661 }
1662 emitResult();
1663}
1664
1665VcsJob* GitPlugin::copy(const QUrl& localLocationSrc, const QUrl& localLocationDstn)
1666{

Callers 6

computeHashSumFunction · 0.45
finishedMethod · 0.45
calculateFingerprintMethod · 0.45
setSourceMethod · 0.45
calculateFingerprintMethod · 0.45
calculateFingerprintMethod · 0.45

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected