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

Function PiuContentStop

modules/piu/All/piuContent.c:592–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void PiuContentStop(PiuContent* self)
593{
594 if ((*self)->flags & piuIdling) {
595 (*self)->flags &= ~piuIdling;
596 if ((*self)->application)
597 PiuApplicationStopContent((*self)->application, self);
598 }
599}
600
601void PiuContentSync(void* it)
602{

Callers 2

PiuContentIdleFunction · 0.85
PiuContent_stopFunction · 0.85

Calls 1

Tested by

no test coverage detected