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

Method reset

plugins/cppcheck/problemmodel.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void ProblemModel::reset()
127{
128 reset(nullptr, QString());
129}
130
131void ProblemModel::reset(KDevelop::IProject* project, const QString& path)
132{

Callers 3

projectClosedMethod · 0.45
runCppcheckMethod · 0.45
resultMethod · 0.45

Calls 5

resetFunction · 0.85
prettyPathNameFunction · 0.70
QStringClass · 0.50
IndexedStringClass · 0.50
clearMethod · 0.45

Tested by

no test coverage detected