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

Method resetAll

plugins/meson/settings/mesonoptionsview.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void MesonOptionsView::resetAll()
44{
45 for (auto& i : m_optViews) {
46 i->reset();
47 }
48}
49
50KJob* MesonOptionsView::repopulateFromBuildDir(KDevelop::IProject* project, const Meson::BuildDir& buildDir)
51{

Callers 1

defaultsMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected