MCPcopy Index your code
hub / github.com/caseywebdev/react-list / markRenderStarted

Function markRenderStarted

docs/index.js:19601–19605  ·  view source on GitHub ↗
(lanes)

Source from the content-addressed store, hash-verified

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 &&

Callers 2

renderRootSyncFunction · 0.85
renderRootConcurrentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…