MCPcopy Index your code
hub / github.com/microsoft/SandDance / commitRoot

Function commitRoot

docs/external/js/react-dom.development.js:22514–22518  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

22512 }
22513
22514 function commitRoot(root) {
22515 var renderPriorityLevel = getCurrentPriorityLevel();
22516 runWithPriority$1(ImmediatePriority, commitRootImpl.bind(null, root, renderPriorityLevel));
22517 return null;
22518 }
22519
22520 function commitRootImpl(root, renderPriorityLevel) {
22521 do {

Callers 2

finishConcurrentRenderFunction · 0.85
finishSyncRenderFunction · 0.85

Calls 2

getCurrentPriorityLevelFunction · 0.85
runWithPriority$1Function · 0.85

Tested by

no test coverage detected