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

Function PiuContentStart

modules/piu/All/piuContent.c:583–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583void PiuContentStart(PiuContent* self)
584{
585 if (!((*self)->flags & piuIdling)) {
586 (*self)->flags |= piuIdling;
587 if ((*self)->application)
588 PiuApplicationStartContent((*self)->application, self);
589 }
590}
591
592void PiuContentStop(PiuContent* self)
593{

Callers 1

PiuContent_startFunction · 0.85

Calls 1

Tested by

no test coverage detected