Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ PiuPortCascade
Function
PiuPortCascade
modules/piu/All/piuPort.c:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void PiuPortCascade(void* it)
69
{
70
PiuPort* self = it;
71
PiuContentCascade(it);
72
PiuPortComputeStyle(self);
73
}
74
75
void PiuPortComputeStyle(PiuPort* self)
76
{
Callers
nothing calls this directly
Calls
2
PiuContentCascade
Function · 0.85
PiuPortComputeStyle
Function · 0.85
Tested by
no test coverage detected