Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
360
int aeGetSetSize(aeEventLoop *eventLoop) {
361
return eventLoop->setsize;
362
}
363
364
/* Return the current EventLoop. */
365
aeEventLoop *aeGetCurrentEventLoop(){
Callers
1
updateMaxclients
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected