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

Function PiuTextEnd

modules/piu/All/piuText.c:668–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668void PiuTextEnd(PiuText* self)
669{
670 PiuApplication* application = (*self)->application;
671 if (application)
672 PiuTextComputeStyles(self, application, (*application)->view);
673 PiuContentReflow(self, piuSizeChanged);
674}
675
676void PiuTextEndNode(PiuText* self, PiuTextKind kind)
677{

Callers 4

PiuTextDictionaryFunction · 0.85
PiuText_set_blocksFunction · 0.85
PiuText_set_stringFunction · 0.85
PiuText_endFunction · 0.85

Calls 2

PiuTextComputeStylesFunction · 0.85
PiuContentReflowFunction · 0.85

Tested by

no test coverage detected