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

Function PiuTextUnbind

modules/piu/All/piuText.c:1067–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065}
1066
1067void PiuTextUnbind(void* it, PiuApplication* application, PiuView* view)
1068{
1069 PiuText* self = it;
1070 PiuTextUncomputeStyles(self, application, view);
1071 PiuContentUnbind(it, application, view);
1072}
1073
1074void PiuTextUncomputeStyles(PiuText* self, PiuApplication* application, PiuView* view)
1075{

Callers

nothing calls this directly

Calls 2

PiuTextUncomputeStylesFunction · 0.85
PiuContentUnbindFunction · 0.85

Tested by

no test coverage detected