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

Function PiuText_concat

modules/piu/All/piuText.c:1254–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252}
1253
1254void PiuText_concat(xsMachine *the)
1255{
1256 PiuText* self = PIU(Text, xsThis);
1257 PiuTextConcat(self, PiuString(xsArg(0)));;
1258}
1259
1260void PiuText_end(xsMachine *the)
1261{

Callers

nothing calls this directly

Calls 1

PiuTextConcatFunction · 0.85

Tested by

no test coverage detected