| 309 | } |
| 310 | |
| 311 | void fxArrayNodeDistribute(void* it, txNodeCall call, void* param) |
| 312 | { |
| 313 | txArrayNode* self = it; |
| 314 | fxNodeListDistribute(self->items, call, param); |
| 315 | } |
| 316 | |
| 317 | void fxArrayBindingNodeDistribute(void* it, txNodeCall call, void* param) |
| 318 | { |
nothing calls this directly
no test coverage detected