MCPcopy
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

quitFunction · 0.85
codemirror.jsFile · 0.85

Calls 3

setExtendingMethod · 0.80
setCursorMethod · 0.80
getCursorMethod · 0.80

Tested by

no test coverage detected