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

Function configure

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

Source from the content-addressed store, hash-verified

10 }
11
12 function configure(conf) {
13
14 if (conf) {
15 this.wildcard = conf.wildcard;
16 this.delimiter = conf.delimiter || '.';
17
18 if (this.wildcard) {
19 this.listenerTree = new Object;
20 }
21 }
22 }
23
24 function EventEmitter(conf) {
25 this._events = new Object;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected