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

Method build

plugins/meson/mesonbuilder.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238KJob* MesonBuilder::build(KDevelop::ProjectBaseItem* item)
239{
240 Q_ASSERT(item);
241 Q_ASSERT(m_ninjaBuilder);
242 return configureIfRequired(item->project(), m_ninjaBuilder->build(item));
243}
244
245KJob* MesonBuilder::clean(KDevelop::ProjectBaseItem* item)
246{

Callers

nothing calls this directly

Calls 1

projectMethod · 0.45

Tested by

no test coverage detected