Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fx_setInterval
Function
fx_setInterval
xs/tools/xst.c:844–847 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
842
}
843
844
void fx_setInterval(txMachine* the)
845
{
846
fx_setTimer(the, fxToNumber(the, mxArgv(1)), 1);
847
}
848
849
void fx_setTimeout(txMachine* the)
850
{
Callers
nothing calls this directly
Calls
2
fx_setTimer
Function · 0.85
fxToNumber
Function · 0.85
Tested by
no test coverage detected