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

Function sendChildInfo

src/server.cpp:7020–7022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7018}
7019
7020void sendChildInfo(childInfoType info_type, size_t keys, const char *pname) {
7021 sendChildInfoGeneric(info_type, keys, -1, pname);
7022}
7023
7024extern "C" void memtest(size_t megabytes, int passes);
7025

Callers 3

rdbSaveRioFunction · 0.85
rewriteAppendOnlyFileRioFunction · 0.85
rewriteAppendOnlyFileFunction · 0.85

Calls 1

sendChildInfoGenericFunction · 0.85

Tested by

no test coverage detected