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

Class sdshdr32

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

Source from the content-addressed store, hash-verified

51 return sizeof(struct sdshdr16);
52 case SDS_TYPE_32:
53 return sizeof(struct sdshdr32);
54 case SDS_TYPE_64:
55 return sizeof(struct sdshdr64);
56 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected