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

Function fxObjectBindingNodeBind

xs/sources/xsScope.c:1212–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210}
1211
1212void fxObjectBindingNodeBind(void* it, void* param)
1213{
1214 txObjectBindingNode* self = it;
1215 fxBinderPushVariables(param, 2);
1216 fxNodeListDistribute(self->items, fxNodeDispatchBind, param);
1217 fxBinderPopVariables(param, 2);
1218}
1219
1220void fxParamsNodeBind(void* it, void* param)
1221{

Callers

nothing calls this directly

Calls 3

fxBinderPushVariablesFunction · 0.85
fxNodeListDistributeFunction · 0.85
fxBinderPopVariablesFunction · 0.85

Tested by

no test coverage detected