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

Function precacheFiberNode

docs/external/js/react-dom.development.js:7942–7944  ·  view source on GitHub ↗
(hostInst, node)

Source from the content-addressed store, hash-verified

7940 var internalEventHandlersKey = '__reactEventHandlers$' + randomKey;
7941 var internalContainerInstanceKey = '__reactContainere$' + randomKey;
7942 function precacheFiberNode(hostInst, node) {
7943 node[internalInstanceKey] = hostInst;
7944 }
7945 function markContainerAsRoot(hostRoot, node) {
7946 node[internalContainerInstanceKey] = hostRoot;
7947 }

Callers 4

createInstanceFunction · 0.85
createTextInstanceFunction · 0.85
hydrateInstanceFunction · 0.85
hydrateTextInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected