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

Function ldbRedisProtocolToHuman_Null

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

Source from the content-addressed store, hash-verified

2421}
2422
2423char *ldbRedisProtocolToHuman_Null(sds *o, char *reply) {
2424 char *p = strchr(reply+1,'\r');
2425 *o = sdscatlen(*o,"(null)",6);
2426 return p+2;
2427}
2428
2429char *ldbRedisProtocolToHuman_Bool(sds *o, char *reply) {
2430 char *p = strchr(reply+1,'\r');

Callers 1

ldbRedisProtocolToHumanFunction · 0.85

Calls 2

strchrFunction · 0.85
sdscatlenFunction · 0.85

Tested by

no test coverage detected