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

Function raxSize

app/redis-6.2.6/src/rax.c:1821–1823  ·  view source on GitHub ↗

Return the number of elements inside the radix tree. */

Source from the content-addressed store, hash-verified

1819
1820/* Return the number of elements inside the radix tree. */
1821uint64_t raxSize(rax *rax) {
1822 return rax->numele;
1823}
1824
1825/* ----------------------------- Introspection ------------------------------ */
1826

Callers 15

defragStreamFunction · 0.85
disableTrackingFunction · 0.85
trackingInvalidateKeyRawFunction · 0.85
trackingLimitUsedSlotsFunction · 0.85
trackingGetTotalKeysFunction · 0.85
trackingGetTotalPrefixesFunction · 0.85
genRedisInfoStringFunction · 0.85
rdbSaveStreamPELFunction · 0.85
rdbSaveStreamConsumersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected