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

Function pushSegmentFinale

packages/react-markup/src/ReactFizzConfigMarkup.js:159–167  ·  view source on GitHub ↗
(
  target: Array<Chunk | PrecomputedChunk>,
  renderState: RenderState,
  lastPushedText: boolean,
  textEmbedded: boolean,
)

Source from the content-addressed store, hash-verified

157}
158
159export function pushSegmentFinale(
160 target: Array<Chunk | PrecomputedChunk>,
161 renderState: RenderState,
162 lastPushedText: boolean,
163 textEmbedded: boolean,
164): void {
165 // Markup doesn't need any termination.
166 return;
167}
168
169export function pushStartActivityBoundary(
170 target: Array<Chunk | PrecomputedChunk>,

Callers 4

renderSuspenseBoundaryFunction · 0.90
renderSuspenseListRowsFunction · 0.90
renderPreambleFunction · 0.90
retryRenderTaskFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected