MCPcopy Index your code
hub / github.com/csev/py4e / setShift

Function setShift

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:1363–1366  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1361 }
1362
1363 function setShift(val) {
1364 if (val) shiftSelecting = shiftSelecting || (sel.inverted ? sel.to : sel.from);
1365 else shiftSelecting = null;
1366 }
1367 function setSelectionUser(from, to) {
1368 var sh = shiftSelecting && clipPos(shiftSelecting);
1369 if (sh) {

Callers 2

onMouseDownFunction · 0.85
onKeyDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected