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

Function emptyOutput

plugins/git/gitplugin.cpp:221–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221bool emptyOutput(DVcsJob* job)
222{
223 QScopedPointer<DVcsJob> _job(job);
224 if(job->exec() && job->status()==VcsJob::JobSucceeded)
225 return job->rawOutput().trimmed().isEmpty();
226
227 return false;
228}
229
230bool GitPlugin::hasStashes(const QDir& repository)
231{

Callers 2

hasStashesMethod · 0.85
hasModificationsMethod · 0.85

Calls 4

execMethod · 0.80
rawOutputMethod · 0.80
statusMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected