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

Function PiuCode_hitOffset

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

Source from the content-addressed store, hash-verified

1186}
1187
1188void PiuCode_hitOffset(xsMachine *the)
1189{
1190 PiuCode* self = PIU(Code, xsThis);
1191 if ((*self)->application) {
1192 PiuCoordinate x = xsToPiuCoordinate(xsArg(0));
1193 PiuCoordinate y = xsToPiuCoordinate(xsArg(1));
1194 xsResult = xsInteger(PiuCodeHitOffset(self, x, y));
1195 }
1196}
1197
1198void PiuCode_isSpace(xsMachine *the)
1199{

Callers

nothing calls this directly

Calls 1

PiuCodeHitOffsetFunction · 0.85

Tested by

no test coverage detected