MCPcopy 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
53void xs_time_ticks(xsMachine *the)
54{
55 xsmcSetInteger(xsResult, modMilliseconds());
56}
57
58void xs_time_delta(xsMachine *the)
59{

Callers

nothing calls this directly

Calls 1

modMillisecondsFunction · 0.85

Tested by

no test coverage detected