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

Function ldbRedisProtocolToHuman_Status

app/redis-6.2.6/src/scripting.c:2362–2367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2360}
2361
2362char *ldbRedisProtocolToHuman_Status(sds *o, char *reply) {
2363 char *p = strchr(reply+1,'\r');
2364
2365 *o = sdscatrepr(*o,reply,p-reply);
2366 return p+2;
2367}
2368
2369char *ldbRedisProtocolToHuman_MultiBulk(sds *o, char *reply) {
2370 char *p = strchr(reply+1,'\r');

Callers 1

ldbRedisProtocolToHumanFunction · 0.85

Calls 2

strchrFunction · 0.85
sdscatreprFunction · 0.85

Tested by

no test coverage detected