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

Function ldbRedisProtocolToHuman_Null

src/scripting.cpp:2446–2450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2444}
2445
2446char *ldbRedisProtocolToHuman_Null(sds *o, char *reply) {
2447 char *p = strchr(reply+1,'\r');
2448 *o = sdscatlen(*o,"(null)",6);
2449 return p+2;
2450}
2451
2452char *ldbRedisProtocolToHuman_Bool(sds *o, char *reply) {
2453 char *p = strchr(reply+1,'\r');

Callers 1

ldbRedisProtocolToHumanFunction · 0.85

Calls 1

sdscatlenFunction · 0.85

Tested by

no test coverage detected