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

Method doCloseApp

tools/mcsim/main.js:478–482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476 return this.SCREEN && this.SCREEN.running;
477 }
478 doCloseApp() {
479 this.libraryPath = "";
480 this.quitScreen();
481 this.launchScreen();
482 }
483 doCloseMod() {
484 this.ffiPath = "";
485 this.archivePath = "";

Callers

nothing calls this directly

Calls 2

quitScreenMethod · 0.95
launchScreenMethod · 0.95

Tested by

no test coverage detected