Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
601
uint64_t trackingGetTotalPrefixes(void) {
602
if (PrefixTable == NULL) return 0;
603
return raxSize(PrefixTable);
604
}
Callers
1
genRedisInfoString
Function · 0.85
Calls
1
raxSize
Function · 0.85
Tested by
no test coverage detected