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

Function PiuText_set_blocks

modules/piu/All/piuText.c:1206–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204}
1205
1206void PiuText_set_blocks(xsMachine *the)
1207{
1208 PiuText* self = PIU(Text, xsThis);
1209 xsVars(piuTextDepth);
1210 xsVar(0) = xsArg(0);
1211 PiuTextBegin(self);
1212 PiuTextBuild(self, 0, 0);
1213 PiuTextEnd(self);
1214}
1215
1216void PiuText_set_string(xsMachine *the)
1217{

Callers

nothing calls this directly

Calls 3

PiuTextBeginFunction · 0.85
PiuTextBuildFunction · 0.85
PiuTextEndFunction · 0.85

Tested by

no test coverage detected