(listener: BeforeComponentRenderCallback)
| 176 | }; |
| 177 | |
| 178 | const attachBeforeComponentRender = (listener: BeforeComponentRenderCallback) => { |
| 179 | eventProvider.attachEvent("beforeComponentRender", listener); |
| 180 | }; |
| 181 | |
| 182 | const detachBeforeComponentRender = (listener: BeforeComponentRenderCallback) => { |
| 183 | eventProvider.detachEvent("beforeComponentRender", listener); |
nothing calls this directly
no test coverage detected
searching dependent graphs…