Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
bool Meson::BuildDir::isValid() const
162
{
163
return !(buildDir.isEmpty() || mesonExecutable.isEmpty());
164
}
165
166
void Meson::BuildDir::canonicalizePaths()
167
{
Callers
12
createImportJob
Method · 0.45
configure
Method · 0.45
configureIfRequired
Method · 0.45
prune
Method · 0.45
reset
Method · 0.45
start
Method · 0.45
MakeJob
Method · 0.45
parent
Method · 0.45
index
Method · 0.45
data
Method · 0.45
rowCount
Method · 0.45
showItem
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
1
start
Method · 0.36