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

Method diffForRev

kdevplatform/vcs/vcspluginhelper.cpp:302–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void VcsPluginHelper::diffForRev()
303{
304 Q_D(VcsPluginHelper);
305
306 if (d->ctxUrls.isEmpty()) {
307 return;
308 }
309 diffForRev(d->ctxUrls.first());
310}
311
312void VcsPluginHelper::diffForRevGlobal()
313{

Callers

nothing calls this directly

Calls 9

saveAllDocumentsMethod · 0.80
documentControllerMethod · 0.80
registerJobMethod · 0.80
runControllerMethod · 0.80
isEmptyMethod · 0.45
firstMethod · 0.45
dataMethod · 0.45
diffMethod · 0.45
coreMethod · 0.45

Tested by

no test coverage detected