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

Method rootGroup

plugins/meson/mesonconfig.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64KConfigGroup Meson::rootGroup(IProject* project)
65{
66 if (!project) {
67 qCWarning(KDEV_Meson) << "Meson::rootGroup: IProject pointer is nullptr";
68 return KConfigGroup();
69 }
70
71 return project->projectConfiguration()->group(ROOT_CONFIG);
72}
73
74MesonConfig Meson::getMesonConfig(IProject* project)
75{

Callers

nothing calls this directly

Calls 2

KConfigGroupClass · 0.50
projectConfigurationMethod · 0.45

Tested by

no test coverage detected