Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ contextMenuInGutter
Function
contextMenuInGutter
lib/web/CodeMirror/src/edit/mouse_events.js:414–417 ·
view source on GitHub ↗
(cm, e)
Source
from the content-addressed store, hash-verified
412
}
413
414
function
contextMenuInGutter(cm, e) {
415
if
(!hasHandler(cm,
"gutterContextMenu"
))
return
false
416
return
gutterEvent(cm, e,
"gutterContextMenu"
, false)
417
}
Callers
1
onContextMenu
Function · 0.70
Calls
2
hasHandler
Function · 0.90
gutterEvent
Function · 0.70
Tested by
no test coverage detected