Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ aeClosePipesForForkChild
Function
aeClosePipesForForkChild
src/ae.cpp:919–925 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
917
}
918
919
void aeClosePipesForForkChild(aeEventLoop *el)
920
{
921
close(el->fdCmdRead);
922
el->fdCmdRead = -1;
923
close(el->fdCmdWrite);
924
el->fdCmdWrite = -1;
925
}
Callers
2
closeChildUnusedResourceAfterFork
Function · 0.85
sentinelRunPendingScripts
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected