Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
runInOp
Function · 0.70
runMode
Function · 0.70
propagate
Function · 0.70
map
Function · 0.70
forEachCodeMirror
Function · 0.70
iterateBidiSections
Function · 0.70
repeated
Function · 0.70
getInput
Function · 0.70
Calls
3
findEnd
Function · 0.85
extendSelection
Method · 0.80
getCursor
Method · 0.80
Tested by
no test coverage detected