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

Function fxSwitchNodeDistribute

xs/sources/xsTree.c:648–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void fxSwitchNodeDistribute(void* it, txNodeCall call, void* param)
649{
650 txSwitchNode* self = it;
651 (*call)(self->expression, param);
652 fxNodeListDistribute(self->items, call, param);
653}
654
655void fxTemplateNodeDistribute(void* it, txNodeCall call, void* param)
656{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected