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

Function getContainerFromFiber

lib/assets/react-source/development/react.js:6609–6611  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

6607 return null;
6608 }
6609 function getContainerFromFiber(fiber) {
6610 return fiber.tag === HostRoot ? fiber.stateNode.containerInfo : null;
6611 }
6612 function isFiberMounted(fiber) {
6613 return getNearestMountedFiber(fiber) === fiber;
6614 }

Callers 2

attemptToDispatchEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected