MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / hasReader

Method hasReader

src/readwritelock.h:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 bool hasReader() {
107 return m_readCount > 0;
108 }
109
110 bool hasWriter() {
111 return m_writeCount > 0;

Callers 1

FModuleCallBackLockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected