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

Function popToNextHostParent

code/communication/public/app.js:12241–12247  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12239 }
12240
12241 function popToNextHostParent(fiber) {
12242 var parent = fiber['return'];
12243 while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot) {
12244 parent = parent['return'];
12245 }
12246 hydrationParentFiber = parent;
12247 }
12248
12249 function popHydrationState(fiber) {
12250 if (fiber !== hydrationParentFiber) {

Callers 1

popHydrationStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected