Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxMemberNodePrintNode
Function
fxMemberNodePrintNode
xs/sources/xsTree.c:1904–1908 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1902
}
1903
1904
void fxMemberNodePrintNode(void* it)
1905
{
1906
txMemberNode* node = it;
1907
fprintf(stderr,
"%s %s"
, node->description->name, node->symbol->string);
1908
}
1909
1910
void fxNumberNodePrintNode(void* it)
1911
{
Callers
1
fxNodePrintTree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected