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

Method onMachineSelected

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

Source from the content-addressed store, hash-verified

170 this.onMachineSelected(container, model.currentMachine, model.currentTab);
171 }
172 onMachineSelected(container, machine, tab) {
173 this.changeState(container, (machine == null) && (tab == 4) ? 0 : 1);
174 }
175 select(container) {
176 model.selectMachine(null, 4);
177 }

Callers 1

onCreateMethod · 0.95

Calls 1

changeStateMethod · 0.45

Tested by

no test coverage detected