MCPcopy
hub / github.com/MagicMirrorOrg/MagicMirror / start

Function start

defaultmodules/newsfeed/node_helper.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5module.exports = NodeHelper.create({
6 // Override start method.
7 start () {
8 Log.log(`Starting node helper for: ${this.name}`);
9 this.fetchers = [];
10 },
11
12 // Override socketNotificationReceived received.
13 socketNotificationReceived (notification, payload) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected