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

Function fxFunctionNodePrintNode

xs/sources/xsTree.c:1862–1868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1860}
1861
1862void fxFunctionNodePrintNode(void* it)
1863{
1864 txFunctionNode* node = it;
1865 fprintf(stderr, "%s", node->description->name);
1866 if (node->symbol)
1867 fprintf(stderr, " %s", node->symbol->string);
1868}
1869
1870void fxHostNodePrintNode(void* it)
1871{

Callers 1

fxNodePrintTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected