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

Method hasModifications

plugins/git/gitplugin.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool GitPlugin::hasModifications(const QDir& d)
240{
241 return !emptyOutput(lsFiles(d, QStringList(QStringLiteral("-m")), OutputJob::Silent));
242}
243
244bool GitPlugin::hasModifications(const QDir& repo, const QUrl& file)
245{

Callers

nothing calls this directly

Calls 3

emptyOutputFunction · 0.85
QStringListClass · 0.85
pathMethod · 0.45

Tested by

no test coverage detected