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

Class sdshdr5

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

Source from the content-addressed store, hash-verified

45 switch(type&SDS_TYPE_MASK) {
46 case SDS_TYPE_5:
47 return sizeof(struct sdshdr5);
48 case SDS_TYPE_8:
49 return sizeof(struct sdshdr8);
50 case SDS_TYPE_16:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected