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