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

Function fxStatementsNodeDistribute

xs/sources/xsTree.c:636–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636void fxStatementsNodeDistribute(void* it, txNodeCall call, void* param)
637{
638 txStatementsNode* self = it;
639 fxNodeListDistribute(self->items, call, param);
640}
641
642void fxSuperNodeDistribute(void* it, txNodeCall call, void* param)
643{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected