Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ StaticLock
Method
StaticLock
kdevplatform/util/foregroundlock.cpp:225–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
static struct StaticLock
224
{
225
StaticLock()
226
{
227
lockForegroundMutexInternal();
228
}
229
~StaticLock()
230
{
231
unlockForegroundMutexInternal(true);
Callers
nothing calls this directly
Calls
1
lockForegroundMutexInternal
Function · 0.85
Tested by
no test coverage detected