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

Function PiuCodeBind

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

Source from the content-addressed store, hash-verified

119}
120
121void PiuCodeBind(void* it, PiuApplication* application, PiuView* view)
122{
123 PiuCode* self = it;
124 PiuContentBind(it, application, view);
125 PiuCodeComputeStyle(self);
126}
127
128void PiuCodeCascade(void* it)
129{

Callers

nothing calls this directly

Calls 2

PiuContentBindFunction · 0.85
PiuCodeComputeStyleFunction · 0.85

Tested by

no test coverage detected