| 634 | } |
| 635 | |
| 636 | void fxStatementsNodeDistribute(void* it, txNodeCall call, void* param) |
| 637 | { |
| 638 | txStatementsNode* self = it; |
| 639 | fxNodeListDistribute(self->items, call, param); |
| 640 | } |
| 641 | |
| 642 | void fxSuperNodeDistribute(void* it, txNodeCall call, void* param) |
| 643 | { |
nothing calls this directly
no test coverage detected