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

Function fxExpressionsNodeDistribute

xs/sources/xsTree.c:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void fxExpressionsNodeDistribute(void* it, txNodeCall call, void* param)
419{
420 txExpressionsNode* self = it;
421 fxNodeListDistribute(self->items, call, param);
422}
423
424void fxFieldNodeDistribute(void* it, txNodeCall call, void* param)
425{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected