MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / raxShow

Function raxShow

src/rax.c:1887–1890  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1885
1886/* Show a tree, as outlined in the comment above. */
1887void raxShow(rax *rax) {
1888 raxRecursiveShow(0,0,rax->head);
1889 putchar('\n');
1890}
1891
1892/* Used by debugnode() macro to show info about a given node. */
1893void raxDebugShowNode(const char *msg, raxNode *n) {

Callers

nothing calls this directly

Calls 1

raxRecursiveShowFunction · 0.85

Tested by

no test coverage detected