Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/botlib
/ sdshdr64
Class
sdshdr64
sds.c:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
return sizeof(struct sdshdr32);
54
case SDS_TYPE_64:
55
return sizeof(struct sdshdr64);
56
}
57
return 0;
58
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected