Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/botlib
/ sdshdr8
Class
sdshdr8
sds.c:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
return sizeof(struct sdshdr5);
48
case SDS_TYPE_8:
49
return sizeof(struct sdshdr8);
50
case SDS_TYPE_16:
51
return sizeof(struct sdshdr16);
52
case SDS_TYPE_32:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected