Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ hasWriter
Method
hasWriter
src/readwritelock.h:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
bool hasWriter() {
111
return m_writeCount > 0;
112
}
113
114
bool writeWaiting() {
115
return m_writeWaiting;
Callers
1
moduleGILAcquiredByModule
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected