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

Function PiuContent_set_duration

modules/piu/All/piuContent.c:1073–1077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073void PiuContent_set_duration(xsMachine *the)
1074{
1075 PiuContent* self = PIU(Content, xsThis);
1076 PiuContentSetDuration(self, xsToNumber(xsArg(0)));
1077}
1078
1079void PiuContent_set_exclusiveTouch(xsMachine *the)
1080{

Callers

nothing calls this directly

Calls 1

PiuContentSetDurationFunction · 0.85

Tested by

no test coverage detected