MCPcopy Create free account
hub / github.com/caseywebdev/react-list / isHostParent

Function isHostParent

docs/index.js:11143–11151  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11141 }
11142}
11143function isHostParent(fiber) {
11144 return (
11145 5 === fiber.tag ||
11146 3 === fiber.tag ||
11147 26 === fiber.tag ||
11148 27 === fiber.tag ||
11149 4 === fiber.tag
11150 );
11151}
11152function getHostSibling(fiber) {
11153 a: for (;;) {
11154 for (; null === fiber.sibling; ) {

Callers 3

getHostSiblingFunction · 0.85
commitPlacementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…