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

Method isValid

plugins/git/diffviewsctrl.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool DiffViewsCtrl::ViewData::isValid() const
43{
44 return (project != nullptr && vcs != nullptr && doc != nullptr && ktDoc != nullptr );
45}
46
47DiffViewsCtrl::DiffViewsCtrl(QObject* parent)
48 : QObject(parent)

Callers 15

createWorkingCopyMethod · 0.45
isCorrectMethod · 0.45
projectIndexChangedMethod · 0.45
selectionMethod · 0.45
statusReadyMethod · 0.45
diffReadyMethod · 0.45
applySelectedMethod · 0.45
gotoSrcLineMethod · 0.45
tagMethod · 0.45
popupContextMenuMethod · 0.45
patternFromSelectionFunction · 0.45
isTextMethod · 0.45

Calls

no outgoing calls

Tested by 3

makeProjectFunction · 0.36