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

Function fxArrayNodeDistribute

xs/sources/xsTree.c:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void fxArrayNodeDistribute(void* it, txNodeCall call, void* param)
312{
313 txArrayNode* self = it;
314 fxNodeListDistribute(self->items, call, param);
315}
316
317void fxArrayBindingNodeDistribute(void* it, txNodeCall call, void* param)
318{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected