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

Function PiuLabel_set_string

modules/piu/All/piuLabel.c:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void PiuLabel_set_string(xsMachine *the)
211{
212 PiuLabel* self = PIU(Label, xsThis);
213 xsSlot* string = PiuString(xsArg(0));
214 (*self)->string = string;
215 PiuContentReflow(self, piuSizeChanged);
216}
217
218
219

Callers

nothing calls this directly

Calls 1

PiuContentReflowFunction · 0.85

Tested by

no test coverage detected