MCPcopy Create free account
hub / github.com/reactjs/react-rails / commitRoot

Function commitRoot

lib/assets/react-source/development/react.js:26074–26078  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

26072 }
26073
26074 function commitRoot(root) {
26075 var renderPriorityLevel = getCurrentPriorityLevel();
26076 runWithPriority$1(ImmediatePriority, commitRootImpl.bind(null, root, renderPriorityLevel));
26077 return null;
26078 }
26079
26080 function commitRootImpl(root, renderPriorityLevel) {
26081 do {

Callers 2

finishConcurrentRenderFunction · 0.85
finishSyncRenderFunction · 0.85

Calls 2

getCurrentPriorityLevelFunction · 0.85
runWithPriority$1Function · 0.85

Tested by

no test coverage detected