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

Function fxParamsNodeBind

xs/sources/xsScope.c:1220–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1218}
1219
1220void fxParamsNodeBind(void* it, void* param)
1221{
1222 txParamsNode* self = it;
1223 if (self->flags & mxSpreadFlag) {
1224 fxBinderPushVariables(param, 1);
1225 fxNodeListDistribute(self->items, fxNodeDispatchBind, param);
1226 fxBinderPopVariables(param, 1);
1227 }
1228 else
1229 fxNodeListDistribute(self->items, fxNodeDispatchBind, param);
1230}
1231
1232void fxParamsBindingNodeBind(void* it, void* param)
1233{

Callers

nothing calls this directly

Calls 3

fxBinderPushVariablesFunction · 0.85
fxNodeListDistributeFunction · 0.85
fxBinderPopVariablesFunction · 0.85

Tested by

no test coverage detected