MCPcopy
hub / github.com/csev/py4e / select

Function select

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 function select() {
112 var length = mirror.getLine(line).slice(ch).length;
113 mirror.setSelection({line: line, ch: 0}, {line: line, ch: length});
114 }
115
116 function backspace() {
117 var selected = mirror.somethingSelected();

Callers

nothing calls this directly

Calls 1

sliceMethod · 0.80

Tested by

no test coverage detected