MCPcopy
hub / github.com/witheve/Eve / f

Function f

src/codemirror.js:9070–9072  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

9068
9069 function move(by, dir) {
9070 var f = function(cm) {
9071 cm.extendSelection(findEnd(cm, cm.getCursor(), by, dir));
9072 };
9073 f.motion = true;
9074 return f;
9075 }

Callers 8

runInOpFunction · 0.70
runModeFunction · 0.70
propagateFunction · 0.70
mapFunction · 0.70
forEachCodeMirrorFunction · 0.70
iterateBidiSectionsFunction · 0.70
repeatedFunction · 0.70
getInputFunction · 0.70

Calls 3

findEndFunction · 0.85
extendSelectionMethod · 0.80
getCursorMethod · 0.80

Tested by

no test coverage detected