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

Function fxArrayBindingNodeDistribute

xs/sources/xsTree.c:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void fxArrayBindingNodeDistribute(void* it, txNodeCall call, void* param)
318{
319 txArrayBindingNode* self = it;
320 fxNodeListDistribute(self->items, call, param);
321}
322
323void fxAssignNodeDistribute(void* it, txNodeCall call, void* param)
324{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected