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

Function aeGetFileEvents

src/ae.cpp:488–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488extern "C" int aeGetFileEvents(aeEventLoop *eventLoop, int fd) {
489 if (fd >= eventLoop->setsize) return 0;
490 aeFileEvent *fe = &eventLoop->events[fd];
491
492 return fe->mask;
493}
494
495extern "C" long long aeCreateTimeEvent(aeEventLoop *eventLoop, long long milliseconds,
496 aeTimeProc *proc, void *clientData,

Callers 2

registerSSLEventFunction · 0.85
updateSSLEventCoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected