Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ clear
Method
clear
kdevplatform/shell/filteredproblemstore.cpp:72–75 ·
view source on GitHub ↗
Clears the problems
Source
from the content-addressed store, hash-verified
70
71
/// Clears the problems
72
virtual void clear()
73
{
74
m_groupedRootNode->clear();
75
}
76
77
protected:
78
ProblemStoreNode* const m_rootNode;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected