Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ releaseReadLock
Method
releaseReadLock
kdevplatform/language/duchain/duchainlock.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void DUChainLock::releaseReadLock()
97
{
98
Q_D(DUChainLock);
99
100
d->changeOwnReaderRecursion(-1);
101
}
102
103
bool DUChainLock::currentThreadHasReadLock()
104
{
Callers
1
unlock
Method · 0.80
Calls
1
changeOwnReaderRecursion
Method · 0.80
Tested by
no test coverage detected