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

Function PiuCodeCascade

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

Source from the content-addressed store, hash-verified

126}
127
128void PiuCodeCascade(void* it)
129{
130 PiuCode* self = it;
131 PiuContentCascade(it);
132 PiuCodeComputeStyle(self);
133 PiuContentReflow(self, piuSizeChanged);
134}
135
136int32_t PiuCodeClassifyCharacter(int32_t character)
137{

Callers

nothing calls this directly

Calls 3

PiuContentCascadeFunction · 0.85
PiuCodeComputeStyleFunction · 0.85
PiuContentReflowFunction · 0.85

Tested by

no test coverage detected