MCPcopy Create free account
hub / github.com/socketstream/socketstream / EventEmitter

Function EventEmitter

lib/client/system/modules/eventemitter2.js:24–27  ·  view source on GitHub ↗
(conf)

Source from the content-addressed store, hash-verified

22 }
23
24 function EventEmitter(conf) {
25 this._events = new Object;
26 configure.call(this, conf);
27 }
28
29 function searchListenerTree(handlers, type, tree, i) {
30 if (!tree) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected