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

Function PiuPortBind

modules/piu/All/piuPort.c:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61void PiuPortBind(void* it, PiuApplication* application, PiuView* view)
62{
63 PiuPort* self = it;
64 PiuContentBind(it, application, view);
65 PiuPortComputeStyle(self);
66}
67
68void PiuPortCascade(void* it)
69{

Callers

nothing calls this directly

Calls 2

PiuContentBindFunction · 0.85
PiuPortComputeStyleFunction · 0.85

Tested by

no test coverage detected