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

Function aeGetApiName

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

Source from the content-addressed store, hash-verified

500
501
502char *aeGetApiName(void) {
503 return aeApiName();
504}
505
506void aeSetBeforeSleepProc(aeEventLoop *eventLoop, aeBeforeSleepProc *beforesleep) {
507 eventLoop->beforesleep = beforesleep;

Callers 1

genRedisInfoStringFunction · 0.85

Calls 1

aeApiNameFunction · 0.70

Tested by

no test coverage detected