| 2512 | } |
| 2513 | |
| 2514 | void fxBindingNodeCodeReference(void* it, void* param, txFlag flag) |
| 2515 | { |
| 2516 | txBindingNode* self = it; |
| 2517 | fxNodeDispatchCodeReference(self->target, param, flag); |
| 2518 | } |
| 2519 | |
| 2520 | void fxBlockNodeCode(void* it, void* param) |
| 2521 | { |
nothing calls this directly
no test coverage detected