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

Function fxDeclareDefineNodePrintNode

xs/sources/xsTree.c:1846–1850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1844}
1845
1846void fxDeclareDefineNodePrintNode(void* it)
1847{
1848 txDeclareNode* node = it;
1849 fprintf(stderr, "%s %s", node->description->name, node->symbol->string);
1850}
1851
1852void fxExportNodePrintNode(void* it)
1853{

Callers 1

fxNodePrintTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected