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

Function PiuPortUnbind

modules/piu/All/piuPort.c:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void PiuPortUnbind(void* it, PiuApplication* application, PiuView* view)
127{
128 PiuPort* self = it;
129 (*self)->computedStyle = NULL;
130 PiuContentUnbind(it, application, view);
131}
132
133void PiuPort_create(xsMachine* the)
134{

Callers

nothing calls this directly

Calls 1

PiuContentUnbindFunction · 0.85

Tested by

no test coverage detected