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

Function fxBindingNodeCodeReference

xs/sources/xsCode.c:2514–2518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2512}
2513
2514void fxBindingNodeCodeReference(void* it, void* param, txFlag flag)
2515{
2516 txBindingNode* self = it;
2517 fxNodeDispatchCodeReference(self->target, param, flag);
2518}
2519
2520void fxBlockNodeCode(void* it, void* param)
2521{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected