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

Function fxAccessNodePrintNode

xs/sources/xsTree.c:1840–1844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1838}
1839
1840void fxAccessNodePrintNode(void* it)
1841{
1842 txAccessNode* node = it;
1843 fprintf(stderr, "%s %s", node->description->name, node->symbol->string);
1844}
1845
1846void fxDeclareDefineNodePrintNode(void* it)
1847{

Callers 1

fxNodePrintTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected