MCPcopy Create free account
hub / github.com/breck7/scroll / getHandlers

Function getHandlers

external/.scrollLibs.js:1947–1949  ·  view source on GitHub ↗
(emitter, type)

Source from the content-addressed store, hash-verified

1945 }
1946
1947 function getHandlers(emitter, type) {
1948 return (emitter._handlers && emitter._handlers[type]) || noHandlers
1949 }
1950
1951 function off(emitter, type, f) {
1952 if (emitter.removeEventListener) {

Callers 3

signalFunction · 0.85
hasHandlerFunction · 0.85
signalLaterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected