Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxNumberNodePrintNode
Function
fxNumberNodePrintNode
xs/sources/xsTree.c:1910–1914 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1908
}
1909
1910
void fxNumberNodePrintNode(void* it)
1911
{
1912
txNumberNode* node = it;
1913
fprintf(stderr,
"%s %lf"
, node->description->name, node->value);
1914
}
1915
1916
void fxPropertyNodePrintNode(void* it)
1917
{
Callers
1
fxNodePrintTree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected