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

Method doReloadSimulators

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

Source from the content-addressed store, hash-verified

555 }
556 }
557 doReloadSimulators() {
558 this.quitScreen();
559 this.reloadDevices(application);
560 this.launchScreen();
561 }
562 doSaveScreen() {
563 system.saveFile({ prompt:"Save Screen", name:"screen.png" }, path => { if (path) application.defer("doSaveScreenCallback", new String(path)); });
564 }

Callers 1

Calls 3

quitScreenMethod · 0.95
reloadDevicesMethod · 0.95
launchScreenMethod · 0.95

Tested by

no test coverage detected