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

Function PiuQRCodeUnbind

modules/piu/Pebble/piuQRCode.c:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void PiuQRCodeUnbind(void* it, PiuApplication* application, PiuView* view)
180{
181 PiuQRCode* self = it;
182 (*self)->buffer = NULL;
183 PiuContentUnbind(it, application, view);
184}
185
186void PiuQRCode_create(xsMachine* the)
187{

Callers

nothing calls this directly

Calls 1

PiuContentUnbindFunction · 0.85

Tested by

no test coverage detected