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

Function PiuText_end

modules/piu/All/piuText.c:1260–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258}
1259
1260void PiuText_end(xsMachine *the)
1261{
1262 PiuText* self = PIU(Text, xsThis);
1263 if ((*self)->nodeOffset != -1)
1264 xsUnknownError("mismatch");
1265 PiuTextEnd(self);
1266}
1267
1268void PiuText_endBlock(xsMachine *the)
1269{

Callers

nothing calls this directly

Calls 1

PiuTextEndFunction · 0.85

Tested by

no test coverage detected