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

Method onMachineSelected

tools/xsbug/TabsPane.js:157–159  ·  view source on GitHub ↗
(container, machine, tab)

Source from the content-addressed store, hash-verified

155 this.onMachineSelected(container, model.currentMachine, model.currentTab);
156 }
157 onMachineSelected(container, machine, tab) {
158 this.changeState(container, (machine == null) && (tab == 3) ? 0 : 1);
159 }
160 select(container) {
161 model.selectMachine(null, 3);
162 }

Callers 1

onCreateMethod · 0.95

Calls 1

changeStateMethod · 0.45

Tested by

no test coverage detected