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

Function PiuContent_start

modules/piu/All/piuContent.c:1491–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1489}
1490
1491void PiuContent_start(xsMachine *the)
1492{
1493 PiuContent* self = PIU(Content, xsThis);
1494 xsAssert(self != NULL);
1495 PiuContentStart(self);
1496}
1497
1498void PiuContent_stop(xsMachine *the)
1499{

Callers

nothing calls this directly

Calls 1

PiuContentStartFunction · 0.85

Tested by

no test coverage detected