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

Function fxImportNodePrintNode

xs/sources/xsTree.c:1880–1888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1878}
1879
1880void fxImportNodePrintNode(void* it)
1881{
1882 txImportNode* node = it;
1883 fprintf(stderr, "%s ", node->description->name);
1884 if (node->from)
1885 fprintf(stderr, "\"%s\" ", ((txStringNode*)node->from)->value);
1886 else
1887 fprintf(stderr, "\"?\" ");
1888}
1889
1890void fxIntegerNodePrintNode(void* it)
1891{

Callers 1

fxNodePrintTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected