| 3869 | } |
| 3870 | |
| 3871 | void fxNumberNodeCode(void* it, void* param) |
| 3872 | { |
| 3873 | txNumberNode* self = it; |
| 3874 | fxCoderAddNumber(param, 1, XS_CODE_NUMBER, self->value); |
| 3875 | } |
| 3876 | |
| 3877 | void fxObjectNodeCode(void* it, void* param) |
| 3878 | { |
nothing calls this directly
no test coverage detected