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

Function raxShow

rax.c:2680–2683  ·  view source on GitHub ↗

Show a tree, as outlined in the comment above. */

Source from the content-addressed store, hash-verified

2678
2679/* Show a tree, as outlined in the comment above. */
2680void raxShow(rax *rax) {
2681 raxRecursiveShow(0,0,rax->head);
2682 putchar('\n');
2683}
2684
2685/* Used by debugnode() macro to show info about a given node. */
2686void raxDebugShowNode(const char *msg, raxNode *n) {

Callers

nothing calls this directly

Calls 1

raxRecursiveShowFunction · 0.85

Tested by

no test coverage detected