Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ forceFullUpdate
Method
forceFullUpdate
plugins/cppcheck/problemmodel.cpp:157–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void ProblemModel::forceFullUpdate()
158
{
159
if (m_project && !m_plugin->isRunning()) {
160
m_plugin->runCppcheck(m_project, m_path);
161
}
162
}
163
164
}
165
Callers
nothing calls this directly
Calls
2
runCppcheck
Method · 0.80
isRunning
Method · 0.45
Tested by
no test coverage detected