(hydrationInfo: DehydratedView, index: number)
| 402 | } |
| 403 | |
| 404 | export function getSegmentHead(hydrationInfo: DehydratedView, index: number): RNode | null { |
| 405 | return hydrationInfo.segmentHeads?.[index] ?? null; |
| 406 | } |
| 407 | |
| 408 | export function isIncrementalHydrationEnabled(injector: Injector): boolean { |
| 409 | return injector.get(IS_INCREMENTAL_HYDRATION_ENABLED, false, { |
no outgoing calls
no test coverage detected
searching dependent graphs…