Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isValid
Method
isValid
plugins/cmake/parser/cmakelistsparser.h:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
{ return KDevelop::RangeInRevision(line-1, column-1, line-1, column+value.length()-1); }
45
46
bool isValid() const { return quoted || !value.isEmpty(); }
47
48
QString value;
49
bool quoted = false;
Callers
6
updateCache
Method · 0.45
loadProject
Function · 0.45
testCTestSuite
Method · 0.45
testQtTestCases
Method · 0.45
testConfigure
Method · 0.45
testEnumerateTargets
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
5
loadProject
Function · 0.36
testCTestSuite
Method · 0.36
testQtTestCases
Method · 0.36
testConfigure
Method · 0.36
testEnumerateTargets
Method · 0.36