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

Function PiuQRCode_set_string

modules/piu/Pebble/piuQRCode.c:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

PiuContentReflowFunction · 0.85

Tested by

no test coverage detected