(lanes)
| 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') { |
no outgoing calls
no test coverage detected
searching dependent graphs…