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

Function fxPropertyBindingNodePrintNode

xs/sources/xsTree.c:1922–1926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1920}
1921
1922void fxPropertyBindingNodePrintNode(void* it)
1923{
1924 txPropertyBindingNode* node = it;
1925 fprintf(stderr, "%s %s", node->description->name, node->symbol->string);
1926}
1927
1928void fxSpecifierNodePrintNode(void* it)
1929{

Callers 1

fxNodePrintTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected