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

Method clearCache

plugins/custommake/makefileresolver/makefileresolver.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void MakeFileResolver::clearCache()
219{
220 QMutexLocker l(&s_cacheMutex);
221 s_cache.clear();
222}
223
224PathResolutionResult MakeFileResolver::resolveIncludePath(const QString& file, const QString& _workingDirectory, int maxStepsUp)
225{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected