MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~CMakeManager

Method ~CMakeManager

plugins/cmake/cmakemanager.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90CMakeManager::~CMakeManager()
91{
92 parseLock()->lockForWrite();
93 // By locking the parse-mutexes, we make sure that parse jobs get a chance to finish in a good state
94 parseLock()->unlock();
95}
96
97bool CMakeManager::hasBuildInfo(ProjectBaseItem* item) const
98{

Callers

nothing calls this directly

Calls 2

lockForWriteMethod · 0.80
unlockMethod · 0.45

Tested by

no test coverage detected