()
| 5 | module.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) { |
nothing calls this directly
no outgoing calls
no test coverage detected