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

Function PiuCodeUnbind

modules/piu/PC/Code/piuCode.c:748–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746}
747
748void PiuCodeUnbind(void* it, PiuApplication* application, PiuView* view)
749{
750 PiuCode* self = it;
751 (*self)->computedStyle = NULL;
752 PiuContentUnbind(it, application, view);
753}
754
755void PiuCodeIteratorFirst(PiuCode* self, PiuCodeIterator iter, int32_t offset)
756{

Callers

nothing calls this directly

Calls 1

PiuContentUnbindFunction · 0.85

Tested by

no test coverage detected