Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ PiuViewReschedule
Function
PiuViewReschedule
modules/piu/MC/piuView.c:1005–1011 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1003
}
1004
1005
void PiuViewReschedule(PiuView* self)
1006
{
1007
if (!((*self)->updating)) {
1008
PiuViewIdleCheck(self, 1);
1009
(*self)->updating = 1;
1010
}
1011
}
1012
1013
#ifndef mxPiuSloMo
1014
#define mxPiuSloMo 0
Callers
5
PiuApplicationStartContent
Function · 0.50
PiuApplicationStopContent
Function · 0.50
PiuApplicationTouchBegan
Function · 0.50
PiuApplicationTouchEnded
Function · 0.50
PiuContent_defer
Function · 0.50
Calls
1
PiuViewIdleCheck
Function · 0.70
Tested by
no test coverage detected