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

Method print

plugins/meson/mintro/mesonoptions.cpp:453–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void MesonOptions::print() const
454{
455 for (const auto& i : m_options) {
456 qCDebug(KDEV_Meson) << i->name() << " = " << i->value() << " [" << i->type() << "] -- " << i->section();
457 }
458}
459
460QVector<MesonOptionPtr> MesonOptions::options()
461{

Callers

nothing calls this directly

Calls 4

sectionMethod · 0.80
nameMethod · 0.45
valueMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected