| 313 | } |
| 314 | |
| 315 | void xs_serial_format_set(xsMachine *the) |
| 316 | { |
| 317 | xsSerial s = xsmcGetHostData(xsThis); |
| 318 | if (!s) return; |
| 319 | fxSerialSetFormat(the, s, xsmcToString(xsArg(0))); |
| 320 | } |
| 321 | |
| 322 | void xs_serial_purge(xsMachine *the) |
| 323 | { |
nothing calls this directly
no test coverage detected