Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
bool DiffViewsCtrl::ViewData::isValid() const
43
{
44
return (project != nullptr && vcs != nullptr && doc != nullptr && ktDoc != nullptr );
45
}
46
47
DiffViewsCtrl::DiffViewsCtrl(QObject* parent)
48
: QObject(parent)
Callers
15
createWorkingCopy
Method · 0.45
isCorrect
Method · 0.45
projectIndexChanged
Method · 0.45
selection
Method · 0.45
statusReady
Method · 0.45
diffReady
Method · 0.45
applySelected
Method · 0.45
gotoSrcLine
Method · 0.45
tag
Method · 0.45
popupContextMenu
Method · 0.45
patternFromSelection
Function · 0.45
isText
Method · 0.45
Calls
no outgoing calls
Tested by
3
testSingleFileAsDirectoryChoice
Method · 0.36
testIncludeExcludeFilters
Method · 0.36
makeProject
Function · 0.36