MCPcopy Create free account
hub / github.com/microsoft/SandDance / markContainerAsRoot

Function markContainerAsRoot

docs/external/js/react-dom.development.js:7945–7947  ·  view source on GitHub ↗
(hostRoot, node)

Source from the content-addressed store, hash-verified

7943 node[internalInstanceKey] = hostInst;
7944 }
7945 function markContainerAsRoot(hostRoot, node) {
7946 node[internalContainerInstanceKey] = hostRoot;
7947 }
7948 function unmarkContainerAsRoot(node) {
7949 node[internalContainerInstanceKey] = null;
7950 }

Callers 1

createRootImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected