Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void MesonOptionsView::resetAll()
44
{
45
for (auto& i : m_optViews) {
46
i->reset();
47
}
48
}
49
50
KJob* MesonOptionsView::repopulateFromBuildDir(KDevelop::IProject* project, const Meson::BuildDir& buildDir)
51
{
Callers
1
defaults
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected