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

Function fxLabelNodePrintNode

xs/sources/xsTree.c:1896–1902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1894}
1895
1896void fxLabelNodePrintNode(void* it)
1897{
1898 txLabelNode* node = it;
1899 fprintf(stderr, "%s", node->description->name);
1900 if (node->symbol)
1901 fprintf(stderr, " %s", node->symbol->string);
1902}
1903
1904void fxMemberNodePrintNode(void* it)
1905{

Callers 1

fxNodePrintTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected