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

Function init

lib/client/system/modules/eventemitter2.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 var defaultMaxListeners = 10;
7
8 function init() {
9 this._events = new Object;
10 }
11
12 function configure(conf) {
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected