()
| 62 | } |
| 63 | |
| 64 | function onMessage() { |
| 65 | if (++msgCount === expectedPerBroadcast) { |
| 66 | msgCount = 0; |
| 67 | broadcast(); |
| 68 | } |
| 69 | } |
| 70 | } |
| 71 | } else { |
| 72 | process.on('message', (msg) => { |
nothing calls this directly
no test coverage detected
searching dependent graphs…