MCPcopy Index your code
hub / github.com/csev/py4e / contextMenuInGutter

Function contextMenuInGutter

tools/pythonauto/static/codemirrorepl/codemirror.js:3171–3174  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

3169 }
3170
3171 function contextMenuInGutter(cm, e) {
3172 if (!hasHandler(cm, "gutterContextMenu")) return false;
3173 return gutterEvent(cm, e, "gutterContextMenu", false, signal);
3174 }
3175
3176 // UPDATING
3177

Callers 1

onContextMenuFunction · 0.70

Calls 2

hasHandlerFunction · 0.70
gutterEventFunction · 0.70

Tested by

no test coverage detected