Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ clear
Method
clear
kdevplatform/shell/filteredproblemstore.cpp:176–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void clear() override
177
{
178
m_groupedRootNode->child(GroupError)->clear();
179
m_groupedRootNode->child(GroupWarning)->clear();
180
m_groupedRootNode->child(GroupHint)->clear();
181
}
182
};
183
184
}
Callers
nothing calls this directly
Calls
2
clear
Method · 0.45
child
Method · 0.45
Tested by
no test coverage detected