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

Method doReloadFile

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

Source from the content-addressed store, hash-verified

514 }
515 }
516 doReloadFile() {
517 this.quitScreen();
518 this.launchScreen();
519 }
520 doLocateSimulators() {
521 system.openDirectory({ prompt:"Locate", path:system.documentsDirectory }, path => { if (path) application.defer("doLocateSimulatorsCallback", new String(path)); });
522 }

Callers 2

doPlayTouchesCallbackMethod · 0.95

Calls 2

quitScreenMethod · 0.95
launchScreenMethod · 0.95

Tested by

no test coverage detected