(lanes)
| 19599 | injectedProfilingHooks.markComponentRenderStopped(); |
| 19600 | } |
| 19601 | function markRenderStarted(lanes) { |
| 19602 | null !== injectedProfilingHooks && |
| 19603 | "function" === typeof injectedProfilingHooks.markRenderStarted && |
| 19604 | injectedProfilingHooks.markRenderStarted(lanes); |
| 19605 | } |
| 19606 | function markRenderStopped() { |
| 19607 | null !== injectedProfilingHooks && |
| 19608 | "function" === typeof injectedProfilingHooks.markRenderStopped && |
no outgoing calls
no test coverage detected
searching dependent graphs…