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

Function trackingGetTotalPrefixes

app/redis-6.2.6/src/tracking.c:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601uint64_t trackingGetTotalPrefixes(void) {
602 if (PrefixTable == NULL) return 0;
603 return raxSize(PrefixTable);
604}

Callers 1

genRedisInfoStringFunction · 0.85

Calls 1

raxSizeFunction · 0.85

Tested by

no test coverage detected