| 486 | } |
| 487 | |
| 488 | txLabelNode* fxLabelNodeNew(txParser* parser) |
| 489 | { |
| 490 | txLabelNode* node = fxNewParserChunkClear(parser, sizeof(txLabelNode)); |
| 491 | return node; |
| 492 | } |
| 493 | |
| 494 | void fxLabelNodeDistribute(void* it, txNodeCall call, void* param) |
| 495 | { |
nothing calls this directly
no test coverage detected