(fiber)
| 19587 | injectedProfilingHooks.markCommitStopped(); |
| 19588 | } |
| 19589 | function markComponentRenderStarted(fiber) { |
| 19590 | null !== injectedProfilingHooks && |
| 19591 | "function" === |
| 19592 | typeof injectedProfilingHooks.markComponentRenderStarted && |
| 19593 | injectedProfilingHooks.markComponentRenderStarted(fiber); |
| 19594 | } |
| 19595 | function markComponentRenderStopped() { |
| 19596 | null !== injectedProfilingHooks && |
| 19597 | "function" === |
no outgoing calls
no test coverage detected
searching dependent graphs…