MCPcopy Create free account
hub / github.com/antirez/botlib / sdshdr16

Class sdshdr16

sds.c:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 return sizeof(struct sdshdr8);
50 case SDS_TYPE_16:
51 return sizeof(struct sdshdr16);
52 case SDS_TYPE_32:
53 return sizeof(struct sdshdr32);
54 case SDS_TYPE_64:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected