| 1226 | } |
| 1227 | |
| 1228 | void PiuCode_select(xsMachine *the) |
| 1229 | { |
| 1230 | PiuCode* self = PIU(Code, xsThis); |
| 1231 | xsIntegerValue offset = xsToInteger(xsArg(0)); |
| 1232 | xsIntegerValue length = xsToInteger(xsArg(1)); |
| 1233 | PiuCodeSelect(self, offset, length); |
| 1234 | } |
| 1235 | |
| 1236 | |
| 1237 |
nothing calls this directly
no test coverage detected