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

Method clean

plugins/meson/mesonbuilder.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245KJob* MesonBuilder::clean(KDevelop::ProjectBaseItem* item)
246{
247 Q_ASSERT(item);
248 Q_ASSERT(m_ninjaBuilder);
249 return configureIfRequired(item->project(), m_ninjaBuilder->clean(item));
250}
251
252KJob* MesonBuilder::install(KDevelop::ProjectBaseItem* item, const QUrl& installPath)
253{

Callers 1

addJobMethod · 0.45

Calls 1

projectMethod · 0.45

Tested by

no test coverage detected