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

Function raxFree

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

Free a whole radix tree. */

Source from the content-addressed store, hash-verified

1247
1248/* Free a whole radix tree. */
1249void raxFree(rax *rax) {
1250 raxFreeWithCallback(rax,NULL);
1251}
1252
1253/* ------------------------------- Iterator --------------------------------- */
1254

Callers 11

disableTrackingFunction · 0.85
trackingInvalidateKeyRawFunction · 0.85
lazyfreeFreeSlotsMapFunction · 0.85
restoreDbBackupFunction · 0.85
freeSlotsToKeysMapFunction · 0.85
ACLClearCommandIDFunction · 0.85
RM_FreeDictFunction · 0.85
RM_FreeServerInfoFunction · 0.85
streamFreeConsumerFunction · 0.85

Calls 1

raxFreeWithCallbackFunction · 0.85

Tested by

no test coverage detected