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

Method onSelectDevice

tools/mcsim/main.js:418–422  ·  view source on GitHub ↗
(application, index)

Source from the content-addressed store, hash-verified

416 this.launchScreen();
417 }
418 onSelectDevice(application, index) {
419 this.quitScreen();
420 this.selectDevice(application, index);
421 this.launchScreen();
422 }
423
424/* APP MENU */
425 canAbout() {

Callers 1

onMenuSelectedMethod · 0.80

Calls 3

quitScreenMethod · 0.95
selectDeviceMethod · 0.95
launchScreenMethod · 0.95

Tested by

no test coverage detected