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

Function writePreambleStart

packages/react-markup/src/ReactFizzConfigMarkup.js:221–233  ·  view source on GitHub ↗
(
  destination: Destination,
  resumableState: ResumableState,
  renderState: RenderState,
  skipBlockingShell: boolean,
)

Source from the content-addressed store, hash-verified

219}
220
221export function writePreambleStart(
222 destination: Destination,
223 resumableState: ResumableState,
224 renderState: RenderState,
225 skipBlockingShell: boolean,
226): void {
227 return writePreambleStartImpl(
228 destination,
229 resumableState,
230 renderState,
231 true, // skipBlockingShell
232 );
233}
234
235export function writeCompletedRoot(
236 destination: Destination,

Callers 1

flushPreambleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected