Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ PiuViewReflow
Function
PiuViewReflow
modules/piu/MC/piuView.c:997–1003 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
995
#endif
996
997
void PiuViewReflow(PiuView* self)
998
{
999
if (!((*self)->updating)) {
1000
PiuViewIdleCheck(self, 1);
1001
(*self)->updating = 1;
1002
}
1003
}
1004
1005
void PiuViewReschedule(PiuView* self)
1006
{
Callers
2
PiuApplicationReflow
Function · 0.50
PiuApplicationResize
Function · 0.50
Calls
1
PiuViewIdleCheck
Function · 0.70
Tested by
no test coverage detected