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

Function fxObjectBindingNodeDistribute

xs/sources/xsTree.c:525–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525void fxObjectBindingNodeDistribute(void* it, txNodeCall call, void* param)
526{
527 txObjectBindingNode* self = it;
528 fxNodeListDistribute(self->items, call, param);
529}
530
531void fxParamsNodeDistribute(void* it, txNodeCall call, void* param)
532{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected