MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / popToNextHostParent

Function popToNextHostParent

code/composition/public/app.js:12344–12350  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12342 }
12343
12344 function popToNextHostParent(fiber) {
12345 var parent = fiber['return'];
12346 while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot) {
12347 parent = parent['return'];
12348 }
12349 hydrationParentFiber = parent;
12350 }
12351
12352 function popHydrationState(fiber) {
12353 if (fiber !== hydrationParentFiber) {

Callers 1

popHydrationStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected