MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / xs_time_set

Function xs_time_set

modules/base/time/esp/modTime.c:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "xsHost.h"
24
25void xs_time_set(xsMachine *the)
26{
27 uint32_t seconds = xsmcToUnsigned(xsArg(0));
28 modSetTime(seconds);
29}
30
31void xs_time_timezone_get(xsMachine *the)
32{

Callers

nothing calls this directly

Calls 1

modSetTimeFunction · 0.50

Tested by

no test coverage detected