()
| 211 | } |
| 212 | |
| 213 | function hotComponentUpdate() { |
| 214 | renderOptions.componentWillRender(this); |
| 215 | proxiedUpdate.call(this); |
| 216 | } |
| 217 | |
| 218 | function proxiedRender(...args) { |
| 219 | renderOptions.componentWillRender(this); |
nothing calls this directly
no outgoing calls
no test coverage detected