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

Function fxParamsNodeDistribute

xs/sources/xsTree.c:531–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void fxParamsNodeDistribute(void* it, txNodeCall call, void* param)
532{
533 txParamsNode* self = it;
534 fxNodeListDistribute(self->items, call, param);
535}
536
537void fxParamsBindingNodeDistribute(void* it, txNodeCall call, void* param)
538{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected