Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ xs_time_ticks
Function
xs_time_ticks
modules/base/time/esp/modTime.c:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void xs_time_ticks(xsMachine *the)
54
{
55
xsmcSetInteger(xsResult, modMilliseconds());
56
}
57
58
void xs_time_delta(xsMachine *the)
59
{
Callers
nothing calls this directly
Calls
1
modMilliseconds
Function · 0.85
Tested by
no test coverage detected