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

Function fxParamsBindingNodeDistribute

xs/sources/xsTree.c:537–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void fxParamsBindingNodeDistribute(void* it, txNodeCall call, void* param)
538{
539 txParamsBindingNode* self = it;
540 fxNodeListDistribute(self->items, call, param);
541}
542
543void fxPostfixExpressionNodeDistribute(void* it, txNodeCall call, void* param)
544{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected