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

Function fxHostNodePrintNode

xs/sources/xsTree.c:1870–1878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868}
1869
1870void fxHostNodePrintNode(void* it)
1871{
1872 txHostNode* node = it;
1873 fprintf(stderr, "%s ", node->description->name);
1874 if (node->at)
1875 fprintf(stderr, "\"%s\" ", node->at->value);
1876 else
1877 fprintf(stderr, "\"?\" ");
1878}
1879
1880void fxImportNodePrintNode(void* it)
1881{

Callers 1

fxNodePrintTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected