MCPcopy
hub / github.com/facebook/react / pushAllNext

Function pushAllNext

packages/react-server/src/ReactFizzNewContext.js:96–102  ·  view source on GitHub ↗
(next: ContextNode<any>)

Source from the content-addressed store, hash-verified

94}
95
96function pushAllNext(next: ContextNode<any>): void {
97 const parentNext = next.parent;
98 if (parentNext !== null) {
99 pushAllNext(parentNext);
100 }
101 pushNode(next);
102}
103
104function popPreviousToCommonLevel(
105 prev: ContextNode<any>,

Callers 1

switchContextFunction · 0.85

Calls 1

pushNodeFunction · 0.85

Tested by

no test coverage detected