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

Method select

tools/xsbug/TabsPane.js:115–117  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

113 this.changeState(container, (machine == null) && (tab == 0) ? 0 : 1);
114 }
115 select(container) {
116 model.selectMachine(null, 0);
117 }
118};
119
120class BubblesTabBehavior extends TabBehavior {

Callers

nothing calls this directly

Calls 1

selectMachineMethod · 0.80

Tested by

no test coverage detected