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

Function PiuLabelUnbind

modules/piu/All/piuLabel.c:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void PiuLabelUnbind(void* it, PiuApplication* application, PiuView* view)
170{
171 PiuLabel* self = it;
172 PiuLabelUncomputeStyle(self, application, view);
173 PiuContentUnbind(it, application, view);
174}
175
176void PiuLabelUncomputeStyle(PiuLabel* self, PiuApplication* application, PiuView* view)
177{

Callers

nothing calls this directly

Calls 2

PiuLabelUncomputeStyleFunction · 0.85
PiuContentUnbindFunction · 0.85

Tested by

no test coverage detected