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

Function fxExportNodePrintNode

xs/sources/xsTree.c:1852–1860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1850}
1851
1852void fxExportNodePrintNode(void* it)
1853{
1854 txExportNode* node = it;
1855 fprintf(stderr, "%s ", node->description->name);
1856 if (node->from)
1857 fprintf(stderr, "\"%s\" ", ((txStringNode*)node->from)->value);
1858 if (!node->specifiers)
1859 fprintf(stderr, "* ");
1860}
1861
1862void fxFunctionNodePrintNode(void* it)
1863{

Callers 1

fxNodePrintTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected