Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ loop
Function
loop
app/redis-6.2.6/src/server.c:6163–6166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6161
#endif
6162
6163
static int loop(void *arg) {
6164
aeMain((aeEventLoop *)arg);
6165
return 0;
6166
}
6167
6168
6169
int main(int argc, char **argv) {
Callers
nothing calls this directly
Calls
1
aeMain
Function · 0.85
Tested by
no test coverage detected