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

Function fxPropertyNodePrintNode

xs/sources/xsTree.c:1916–1920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1914}
1915
1916void fxPropertyNodePrintNode(void* it)
1917{
1918 txPropertyNode* node = it;
1919 fprintf(stderr, "%s %s", node->description->name, node->symbol->string);
1920}
1921
1922void fxPropertyBindingNodePrintNode(void* it)
1923{

Callers 1

fxNodePrintTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected