| 465 | } |
| 466 | |
| 467 | void fxImportNodeDistribute(void* it, txNodeCall call, void* param) |
| 468 | { |
| 469 | txImportNode* self = it; |
| 470 | if (self->specifiers) |
| 471 | fxNodeListDistribute(self->specifiers, call, param); |
| 472 | } |
| 473 | |
| 474 | void fxImportCallNodeDistribute(void* it, txNodeCall call, void* param) |
| 475 | { |
nothing calls this directly
no test coverage detected