Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ contextMenuInGutter
Function
contextMenuInGutter
src/codemirror.js:4292–4295 ·
view source on GitHub ↗
(cm, e)
Source
from the content-addressed store, hash-verified
4290
}
4291
4292
function
contextMenuInGutter(cm, e) {
4293
if
(!hasHandler(cm,
"gutterContextMenu"
))
return
false;
4294
return
gutterEvent(cm, e,
"gutterContextMenu"
, false);
4295
}
4296
4297
// UPDATING
4298
Callers
1
onContextMenu
Function · 0.85
Calls
2
hasHandler
Function · 0.85
gutterEvent
Function · 0.85
Tested by
no test coverage detected