MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sendChildCowInfo

Function sendChildCowInfo

app/redis-6.2.6/src/server.c:5911–5913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5909}
5910
5911void sendChildCowInfo(childInfoType info_type, char *pname) {
5912 sendChildInfoGeneric(info_type, 0, -1, pname);
5913}
5914
5915void sendChildInfo(childInfoType info_type, size_t keys, char *pname) {
5916 sendChildInfoGeneric(info_type, keys, -1, pname);

Callers 4

rdbSaveBackgroundFunction · 0.85
rdbSaveToSlavesSocketsFunction · 0.85
RM_ExitFromChildFunction · 0.85

Calls 1

sendChildInfoGenericFunction · 0.85

Tested by

no test coverage detected