MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / sendChildCowInfo

Function sendChildCowInfo

src/server.cpp:7016–7018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7014}
7015
7016void sendChildCowInfo(childInfoType info_type, const char *pname) {
7017 sendChildInfoGeneric(info_type, 0, -1, pname);
7018}
7019
7020void sendChildInfo(childInfoType info_type, size_t keys, const char *pname) {
7021 sendChildInfoGeneric(info_type, keys, -1, pname);

Callers 6

rdbSaveThreadFunction · 0.85
rdbSaveBackgroundForkFunction · 0.85
rdbSaveToSlavesSocketsFunction · 0.85
RM_ExitFromChildFunction · 0.85

Calls 1

sendChildInfoGenericFunction · 0.85

Tested by

no test coverage detected