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

Function aeGetSetSize

src/ae.cpp:360–362  ·  view source on GitHub ↗

Return the current set size. */

Source from the content-addressed store, hash-verified

358
359/* Return the current set size. */
360int aeGetSetSize(aeEventLoop *eventLoop) {
361 return eventLoop->setsize;
362}
363
364/* Return the current EventLoop. */
365aeEventLoop *aeGetCurrentEventLoop(){

Callers 1

updateMaxclientsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected