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

Function PiuLabelBind

modules/piu/All/piuLabel.c:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63void PiuLabelBind(void* it, PiuApplication* application, PiuView* view)
64{
65 PiuLabel* self = it;
66 PiuContentBind(it, application, view);
67 PiuLabelComputeStyle(self, application, view);
68}
69
70void PiuLabelCascade(void* it)
71{

Callers

nothing calls this directly

Calls 2

PiuContentBindFunction · 0.85
PiuLabelComputeStyleFunction · 0.85

Tested by

no test coverage detected