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

Method select

tools/xsbug/behaviors.js:604–611  ·  view source on GitHub ↗
(row, selectIt)

Source from the content-addressed store, hash-verified

602 }
603 }
604 select(row, selectIt) {
605 debugger
606// if (selectIt)
607// this.flags |= 4;
608// else
609// this.flags &= ~4;
610// this.changeState(row);
611 }
612 onChanged(row, data) {
613 this.data = data;
614 }

Callers 8

doRedoMethod · 0.45
doSelectAllMethod · 0.45
doUndoMethod · 0.45
onCursorAfterMethod · 0.45
onFocusedMethod · 0.45
onKeyDownMethod · 0.45
onTouchBeganModeMethod · 0.45
onTouchSelectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected