Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxAccessNodePrintNode
Function
fxAccessNodePrintNode
xs/sources/xsTree.c:1840–1844 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1838
}
1839
1840
void fxAccessNodePrintNode(void* it)
1841
{
1842
txAccessNode* node = it;
1843
fprintf(stderr,
"%s %s"
, node->description->name, node->symbol->string);
1844
}
1845
1846
void fxDeclareDefineNodePrintNode(void* it)
1847
{
Callers
1
fxNodePrintTree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected