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

Function PiuQRCodeUnbind

modules/piu/MC/qrcode/piuQRCode.c:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void PiuQRCodeUnbind(void* it, PiuApplication* application, PiuView* view)
196{
197 PiuQRCode* self = it;
198 (*self)->buffer = NULL;
199 PiuContentUnbind(it, application, view);
200}
201
202void PiuQRCode_create(xsMachine* the)
203{

Callers

nothing calls this directly

Calls 1

PiuContentUnbindFunction · 0.85

Tested by

no test coverage detected