MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / f

Function f

lib/web/CodeMirror/keymap/emacs.js:147–149  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

145
146 function move(by, dir) {
147 var f = function(cm) {
148 cm.extendSelection(findEnd(cm, cm.getCursor(), by, dir));
149 };
150 f.motion = true;
151 return f;
152 }

Callers 15

repeatedFunction · 0.70
getInputFunction · 0.70
infer.jsFile · 0.50
withWorklistFunction · 0.50
withSuperFunction · 0.50
retFunction · 0.50
fillFunction · 0.50
handleIdFunction · 0.50
acorn.jsFile · 0.50
acorn_loose.jsFile · 0.50
mapFunction · 0.50
iterateBidiSectionsFunction · 0.50

Calls 1

findEndFunction · 0.85

Tested by

no test coverage detected