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

Function signalDOMEvent

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

Source from the content-addressed store, hash-verified

5545 }
5546
5547 function signalDOMEvent(cm, e, override) {
5548 signal(cm, override || e.type, cm, e);
5549 return e_defaultPrevented(e) || e.codemirrorIgnore;
5550 }
5551
5552 function fireDelayed() {
5553 --delayedCallbackDepth;

Callers 9

registerEventHandlersFunction · 0.70
drag_Function · 0.70
onMouseDownFunction · 0.70
onDropFunction · 0.70
onDragStartFunction · 0.70
onKeyUpFunction · 0.70
onKeyDownFunction · 0.70
onKeyPressFunction · 0.70
onContextMenuFunction · 0.70

Calls 2

signalFunction · 0.85
e_defaultPreventedFunction · 0.70

Tested by

no test coverage detected