| 409 | } |
| 410 | |
| 411 | void fxExportNodeDistribute(void* it, txNodeCall call, void* param) |
| 412 | { |
| 413 | txExportNode* self = it; |
| 414 | if (self->specifiers) |
| 415 | fxNodeListDistribute(self->specifiers, call, param); |
| 416 | } |
| 417 | |
| 418 | void fxExpressionsNodeDistribute(void* it, txNodeCall call, void* param) |
| 419 | { |
nothing calls this directly
no test coverage detected