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

Method setMulti

src/readwritelock.h:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void setMulti(bool multi) {
103 m_multi = multi;
104 }
105
106 bool hasReader() {
107 return m_readCount > 0;

Callers 1

aeForkLockInChildFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected