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

Function PiuContent_stop

modules/piu/All/piuContent.c:1498–1503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496}
1497
1498void PiuContent_stop(xsMachine *the)
1499{
1500 PiuContent* self = PIU(Content, xsThis);
1501 xsAssert(self != NULL);
1502 PiuContentStop(self);
1503}

Callers

nothing calls this directly

Calls 1

PiuContentStopFunction · 0.85

Tested by

no test coverage detected