Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ quit
Function
quit
src/codemirror.js:9192–9195 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
9190
}
9191
9192
function
quit(cm) {
9193
cm.execCommand(
"clearSearch"
);
9194
clearMark(cm);
9195
}
9196
9197
// Actual keymap
9198
Callers
nothing calls this directly
Calls
1
clearMark
Function · 0.85
Tested by
no test coverage detected