| 110 | } |
| 111 | |
| 112 | void xs_digital_close(xsMachine *the) |
| 113 | { |
| 114 | xs_digital_destructor(xsmcGetHostChunk(xsThis)); |
| 115 | xsmcSetHostData(xsThis, NULL); |
| 116 | } |
| 117 | |
| 118 | void xs_digital_mode(xsMachine *the) |
| 119 | { |
nothing calls this directly
no test coverage detected