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

Method buildDirectory

plugins/meson/mesonmanager.cpp:372–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372Path MesonManager::buildDirectory(ProjectBaseItem* item) const
373{
374 Q_ASSERT(item);
375 Meson::BuildDir buildDir = Meson::currentBuildDir(item->project());
376 return buildDir.buildDir;
377}
378
379IProjectBuilder* MesonManager::builder() const
380{

Callers 9

mapSourceBuildMethod · 0.45
projectVolumesFunction · 0.45
projectRelPathFunction · 0.45
pathInRuntimeMethod · 0.45
MakeJobMethod · 0.45
workingDirectoryMethod · 0.45
argumentsForItemFunction · 0.45
NinjaJobMethod · 0.45
workingDirectoryMethod · 0.45

Calls 2

currentBuildDirFunction · 0.85
projectMethod · 0.45

Tested by

no test coverage detected