| 416 | } |
| 417 | |
| 418 | void fxExpressionsNodeDistribute(void* it, txNodeCall call, void* param) |
| 419 | { |
| 420 | txExpressionsNode* self = it; |
| 421 | fxNodeListDistribute(self->items, call, param); |
| 422 | } |
| 423 | |
| 424 | void fxFieldNodeDistribute(void* it, txNodeCall call, void* param) |
| 425 | { |
nothing calls this directly
no test coverage detected