(state)
| 122 | }, |
| 123 | |
| 124 | INIT_NEW_SCRIPT(state) { |
| 125 | state.scriptName = null; |
| 126 | state.scriptConfig = {parameters: []}; |
| 127 | state.new = true; |
| 128 | state.scriptFilename = null; |
| 129 | state.error = null; |
| 130 | } |
| 131 | } |
| 132 | } |
| 133 |
nothing calls this directly
no outgoing calls
no test coverage detected