MCPcopy
hub / github.com/CodeboxIDE/codebox / setup

Function setup

core/cb.events/main.js:7–15  ·  view source on GitHub ↗
(options, imports, register)

Source from the content-addressed store, hash-verified

5
6
7function setup(options, imports, register) {
8 // Construct
9 var emitter = new EventEmitter();
10
11 // Register
12 register(null, {
13 "events": methodObj(emitter)
14 });
15}
16
17// Exports
18module.exports = setup;

Callers

nothing calls this directly

Calls 2

registerFunction · 0.85
methodObjFunction · 0.85

Tested by

no test coverage detected