MCPcopy Index your code
hub / github.com/TruthHun/BookStack / contextMenuInGutter

Function contextMenuInGutter

static/mergely/lib/codemirror.js:4269–4272  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

4267 }
4268
4269 function contextMenuInGutter(cm, e) {
4270 if (!hasHandler(cm, "gutterContextMenu")) return false;
4271 return gutterEvent(cm, e, "gutterContextMenu", false);
4272 }
4273
4274 // UPDATING
4275

Callers 1

onContextMenuFunction · 0.70

Calls 2

hasHandlerFunction · 0.70
gutterEventFunction · 0.70

Tested by

no test coverage detected