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

Function fxObjectNodeDistribute

xs/sources/xsTree.c:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void fxObjectNodeDistribute(void* it, txNodeCall call, void* param)
520{
521 txObjectNode* self = it;
522 fxNodeListDistribute(self->items, call, param);
523}
524
525void fxObjectBindingNodeDistribute(void* it, txNodeCall call, void* param)
526{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected