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

Method doCloseMod

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

Source from the content-addressed store, hash-verified

481 this.launchScreen();
482 }
483 doCloseMod() {
484 this.ffiPath = "";
485 this.archivePath = "";
486 this.quitScreen();
487 this.launchScreen();
488 }
489 doOpenFile() {
490 system.openFile({ prompt:"Open File", path:system.documentsDirectory }, path => { if (path) application.defer("doOpenFileCallback", new String(path)); });
491 }

Callers

nothing calls this directly

Calls 2

quitScreenMethod · 0.95
launchScreenMethod · 0.95

Tested by

no test coverage detected