MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuCode_select

Function PiuCode_select

modules/piu/PC/Code/piuCode.c:1228–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226}
1227
1228void 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

Callers

nothing calls this directly

Calls 1

PiuCodeSelectFunction · 0.85

Tested by

no test coverage detected