MCPcopy
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

onContextMenuFunction · 0.85

Calls 2

hasHandlerFunction · 0.85
gutterEventFunction · 0.85

Tested by

no test coverage detected