MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxTreePrint

Function fxTreePrint

xs/sources/xsTree.c:1718–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1716#ifdef mxTreePrint
1717
1718void fxTreePrint(txParser* parser, txNode* node)
1719{
1720 txPrinter printer;
1721 printer.tabs = 0;
1722 fxNodePrintTree(node, &printer);
1723 fprintf(stderr, "\n");
1724}
1725
1726void fxNodePrintTree(void* it, void* param)
1727{

Callers 1

fxParserTreeFunction · 0.85

Calls 1

fxNodePrintTreeFunction · 0.85

Tested by

no test coverage detected