MCPcopy Create free account
hub / github.com/F-Stack/f-stack / intsetLen

Function intsetLen

app/redis-6.2.6/src/intset.c:279–281  ·  view source on GitHub ↗

Return intset length */

Source from the content-addressed store, hash-verified

277
278/* Return intset length */
279uint32_t intsetLen(const intset *is) {
280 return intrev32ifbe(is->length);
281}
282
283/* Return intset blob size in bytes. */
284size_t intsetBlobLen(intset *is) {

Callers 5

rdbLoadObjectFunction · 0.85
setTypeAddFunction · 0.85
setTypeSizeFunction · 0.85
setTypeConvertFunction · 0.85
zuiLengthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected