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

Function contextMenuInGutter

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

Source from the content-addressed store, hash-verified

1888 }
1889
1890 function contextMenuInGutter(cm, e) {
1891 if (!hasHandler(cm, "gutterContextMenu")) return false;
1892 return gutterEvent(cm, e, "gutterContextMenu", false, signal);
1893 }
1894
1895 function clickInGutter(cm, e) {
1896 return gutterEvent(cm, e, "gutterClick", true, signalLater);

Callers 1

onContextMenuFunction · 0.70

Calls 2

hasHandlerFunction · 0.70
gutterEventFunction · 0.70

Tested by

no test coverage detected