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

Function PiuContent_set_time

modules/piu/All/piuContent.c:1240–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238}
1239
1240void PiuContent_set_time(xsMachine *the)
1241{
1242 PiuContent* self = PIU(Content, xsThis);
1243 PiuContentSetTime(self, xsToNumber(xsArg(0)));
1244}
1245
1246void PiuContent_set_variant(xsMachine *the)
1247{

Callers

nothing calls this directly

Calls 1

PiuContentSetTimeFunction · 0.85

Tested by

no test coverage detected