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

Function markContainerAsRoot

lib/assets/react-source/development/react.js:11517–11519  ·  view source on GitHub ↗
(hostRoot, node)

Source from the content-addressed store, hash-verified

11515 node[internalInstanceKey] = hostInst;
11516 }
11517 function markContainerAsRoot(hostRoot, node) {
11518 node[internalContainerInstanceKey] = hostRoot;
11519 }
11520 function unmarkContainerAsRoot(node) {
11521 node[internalContainerInstanceKey] = null;
11522 }

Callers 1

createRootImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected