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

Function PiuFieldCascade

modules/piu/PC/lin/piuField.c:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void PiuFieldCascade(void* it)
172{
173 PiuField* self = (PiuField*)it;
174 PiuContentCascade((PiuContent*)it);
175 PiuFieldComputeStyle(self);
176 PiuContentReflow(self, piuSizeChanged);
177}
178
179void PiuFieldComputeStyle(PiuField* self)
180{

Callers

nothing calls this directly

Calls 3

PiuContentCascadeFunction · 0.85
PiuContentReflowFunction · 0.85
PiuFieldComputeStyleFunction · 0.70

Tested by

no test coverage detected