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

Function aeGetApiName

src/ae.cpp:828–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827
828const char *aeGetApiName(void) {
829 return aeApiName();
830}
831
832void aeSetBeforeSleepProc(aeEventLoop *eventLoop, aeBeforeSleepProc *beforesleep, int flags) {
833 eventLoop->beforesleep = beforesleep;

Callers 1

genRedisInfoStringFunction · 0.85

Calls 1

aeApiNameFunction · 0.70

Tested by

no test coverage detected