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

Function PiuContent_set_fraction

modules/piu/All/piuContent.c:1088–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086}
1087
1088void PiuContent_set_fraction(xsMachine *the)
1089{
1090 PiuContent* self = PIU(Content, xsThis);
1091 PiuContentSetFraction(self, xsToNumber(xsArg(0)));
1092}
1093
1094void PiuContent_set_interval(xsMachine *the)
1095{

Callers

nothing calls this directly

Calls 1

PiuContentSetFractionFunction · 0.85

Tested by

no test coverage detected