MCPcopy Index your code
hub / github.com/react/react / pushEndActivityBoundary

Function pushEndActivityBoundary

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

Source from the content-addressed store, hash-verified

175}
176
177export function pushEndActivityBoundary(
178 target: Array<Chunk | PrecomputedChunk>,
179 renderState: RenderState,
180): void {
181 // Markup doesn't have any instructions.
182 return;
183}
184
185export function writeStartCompletedSuspenseBoundary(
186 destination: Destination,

Callers 1

renderActivityFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected