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

Method isValid

plugins/meson/mesonconfig.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool Meson::BuildDir::isValid() const
162{
163 return !(buildDir.isEmpty() || mesonExecutable.isEmpty());
164}
165
166void Meson::BuildDir::canonicalizePaths()
167{

Callers 12

createImportJobMethod · 0.45
configureMethod · 0.45
configureIfRequiredMethod · 0.45
pruneMethod · 0.45
resetMethod · 0.45
startMethod · 0.45
MakeJobMethod · 0.45
parentMethod · 0.45
indexMethod · 0.45
dataMethod · 0.45
rowCountMethod · 0.45
showItemMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 1

startMethod · 0.36