Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
502
char *aeGetApiName(void) {
503
return aeApiName();
504
}
505
506
void aeSetBeforeSleepProc(aeEventLoop *eventLoop, aeBeforeSleepProc *beforesleep) {
507
eventLoop->beforesleep = beforesleep;
Callers
1
genRedisInfoString
Function · 0.85
Calls
1
aeApiName
Function · 0.70
Tested by
no test coverage detected