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

Function sendChildInfo

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

Source from the content-addressed store, hash-verified

5913}
5914
5915void sendChildInfo(childInfoType info_type, size_t keys, char *pname) {
5916 sendChildInfoGeneric(info_type, keys, -1, pname);
5917}
5918
5919void memtest(size_t megabytes, int passes);
5920

Callers 3

rdbSaveRioFunction · 0.85
rewriteAppendOnlyFileRioFunction · 0.85
rewriteAppendOnlyFileFunction · 0.85

Calls 1

sendChildInfoGenericFunction · 0.85

Tested by

no test coverage detected