Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxIntegerNodePrintNode
Function
fxIntegerNodePrintNode
xs/sources/xsTree.c:1890–1894 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1888
}
1889
1890
void fxIntegerNodePrintNode(void* it)
1891
{
1892
txIntegerNode* node = it;
1893
fprintf(stderr,
"%s %d"
, node->description->name, node->value);
1894
}
1895
1896
void fxLabelNodePrintNode(void* it)
1897
{
Callers
1
fxNodePrintTree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected