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

Function stopFlowing

packages/react-server/src/ReactFizzServer.js:6281–6283  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

6279}
6280
6281export function stopFlowing(request: Request): void {
6282 request.destination = null;
6283}
6284
6285// This is called to early terminate a request. It puts all pending boundaries in client rendered state.
6286export function abort(request: Request, reason: mixed): void {

Callers 9

onShellReadyFunction · 0.90
onAllReadyFunction · 0.90
onAllReadyFunction · 0.90
onShellReadyFunction · 0.90
onShellReadyFunction · 0.90
onAllReadyFunction · 0.90
createCancelHandlerFunction · 0.90
onShellReadyFunction · 0.90
flushCompletedQueuesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected