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

Function getShellBoundary

packages/react-reconciler/src/ReactFiberSuspenseContext.js:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37let shellBoundary: Fiber | null = null;
38
39export function getShellBoundary(): Fiber | null {
40 return shellBoundary;
41}
42
43export function pushPrimaryTreeSuspenseHandler(handler: Fiber): void {
44 // TODO: Pass as argument

Callers 2

throwExceptionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected