Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
828
const char *aeGetApiName(void) {
829
return aeApiName();
830
}
831
832
void aeSetBeforeSleepProc(aeEventLoop *eventLoop, aeBeforeSleepProc *beforesleep, int flags) {
833
eventLoop->beforesleep = beforesleep;
Callers
1
genRedisInfoString
Function · 0.85
Calls
1
aeApiName
Function · 0.70
Tested by
no test coverage detected