MCPcopy Create free account
hub / github.com/antirez/ds4 / rax

Class rax

rax.h:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140} raxNode;
141
142typedef struct rax {
143 raxNode *head;
144 uint64_t numele;
145 uint64_t numnodes;
146} rax;
147
148/* Stack data structure used by raxLowWalk() in order to, optionally, return
149 * a list of parent nodes to the caller. The nodes do not have a "parent"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected