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

Function PiuQRCodeDictionary

modules/piu/Pebble/piuQRCode.c:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void PiuQRCodeDictionary(xsMachine* the, void* it)
79{
80 PiuQRCode* self = it;
81 if (xsFindResult(xsArg(1), xsID_string)) {
82 xsSlot* string = PiuString(xsResult);
83 (*self)->string = string;
84 }
85}
86
87void PiuQRCodeDraw(void* it, PiuView* view, PiuRectangle area)
88{

Callers 1

PiuQRCode_createFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected