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

Function PiuApplication_purge

modules/piu/Pebble/piuView.c:615–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615void PiuApplication_purge(xsMachine* the)
616{
617 PiuApplication* self = PIU(Application, xsThis);
618 PiuStyleLinkNew(the);
619 (*self)->styleList = PIU(StyleLink, xsResult);
620 xsSet(xsGlobal, xsID_assetMap, xsNull);
621 xsCollectGarbage();
622}

Callers

nothing calls this directly

Calls 1

PiuStyleLinkNewFunction · 0.85

Tested by

no test coverage detected