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

Function hasHandler

tools/pythonauto/static/codemirror/codemirror.js:5559–5562  ·  view source on GitHub ↗
(emitter, type)

Source from the content-addressed store, hash-verified

5557 }
5558
5559 function hasHandler(emitter, type) {
5560 var arr = emitter._handlers && emitter._handlers[type];
5561 return arr && arr.length > 0;
5562 }
5563
5564 CodeMirror.on = on; CodeMirror.off = off; CodeMirror.signal = signal;
5565

Callers 7

gutterEventFunction · 0.70
contextMenuInGutterFunction · 0.70
makeChangeFunction · 0.70
makeChangeFromHistoryFunction · 0.70
setSelectionFunction · 0.70
codemirror.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected