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

Function setup

core/cb.watch/main.js:6–16  ·  view source on GitHub ↗
(options, imports, register)

Source from the content-addressed store, hash-verified

4
5
6function setup(options, imports, register) {
7 // Import
8 var events = imports.events;
9 var logger = imports.logger.namespace("watch");
10
11 register(null, {
12 "watch": {
13 init: _.partial(init, logger, events)
14 }
15 });
16}
17
18// Exports
19module.exports = setup;

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected