MCPcopy Create free account
hub / github.com/F-Stack/f-stack / aeGetFileEvents

Function aeGetFileEvents

app/redis-6.2.6/src/ae.c:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204int aeGetFileEvents(aeEventLoop *eventLoop, int fd) {
205 if (fd >= eventLoop->setsize) return 0;
206 aeFileEvent *fe = &eventLoop->events[fd];
207
208 return fe->mask;
209}
210
211long long aeCreateTimeEvent(aeEventLoop *eventLoop, long long milliseconds,
212 aeTimeProc *proc, void *clientData,

Callers 3

registerSSLEventFunction · 0.85
updateSSLEventFunction · 0.85
aofRewriteBufferAppendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected