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

Function precacheFiberNode

lib/assets/react-source/development/react.js:11514–11516  ·  view source on GitHub ↗
(hostInst, node)

Source from the content-addressed store, hash-verified

11512 var internalEventHandlersKey = '__reactEventHandlers$' + randomKey;
11513 var internalContainerInstanceKey = '__reactContainere$' + randomKey;
11514 function precacheFiberNode(hostInst, node) {
11515 node[internalInstanceKey] = hostInst;
11516 }
11517 function markContainerAsRoot(hostRoot, node) {
11518 node[internalContainerInstanceKey] = hostRoot;
11519 }

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected