(config)
| 47 | } |
| 48 | |
| 49 | function createConfigEvent(config) { |
| 50 | return JSON.stringify({ |
| 51 | event: 'initialConfig', |
| 52 | data: config |
| 53 | }); |
| 54 | } |
| 55 | |
| 56 | function createReloadModelEvent(config) { |
| 57 | return JSON.stringify({ |
no outgoing calls
no test coverage detected