Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ downgradeWrite
Method
downgradeWrite
src/readwritelock.h:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void downgradeWrite(bool exclusive = true) {
98
releaseWrite(exclusive);
99
acquireRead();
100
}
101
102
void setMulti(bool multi) {
103
m_multi = multi;
Callers
1
aeReleaseForkLock
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected