MCPcopy 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

updateCacheMethod · 0.45
loadProjectFunction · 0.45
testCTestSuiteMethod · 0.45
testQtTestCasesMethod · 0.45
testConfigureMethod · 0.45
testEnumerateTargetsMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 5

loadProjectFunction · 0.36
testCTestSuiteMethod · 0.36
testQtTestCasesMethod · 0.36
testConfigureMethod · 0.36
testEnumerateTargetsMethod · 0.36