MCPcopy Index your code
hub / github.com/plotly/dash / markCommitStarted

Function markCommitStarted

dash/deps/react-dom@18.2.0.js:4976–4982  ·  view source on GitHub ↗
(lanes)

Source from the content-addressed store, hash-verified

4974 }
4975
4976 function markCommitStarted(lanes) {
4977 {
4978 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markCommitStarted === 'function') {
4979 injectedProfilingHooks.markCommitStarted(lanes);
4980 }
4981 }
4982 }
4983 function markCommitStopped() {
4984 {
4985 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markCommitStopped === 'function') {

Callers 1

commitRootImplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…