Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ clearMark
Function
clearMark
src/codemirror.js:9154–9157 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
9152
}
9153
9154
function
clearMark(cm) {
9155
cm.setExtending(false);
9156
cm.setCursor(cm.getCursor());
9157
}
9158
9159
function
getInput(cm, msg, f) {
9160
if
(cm.openDialog)
Callers
2
quit
Function · 0.85
codemirror.js
File · 0.85
Calls
3
setExtending
Method · 0.80
setCursor
Method · 0.80
getCursor
Method · 0.80
Tested by
no test coverage detected