MCPcopy Index your code
hub / github.com/angular/angular / getSegmentHead

Function getSegmentHead

packages/core/src/hydration/utils.ts:404–406  ·  view source on GitHub ↗
(hydrationInfo: DehydratedView, index: number)

Source from the content-addressed store, hash-verified

402}
403
404export function getSegmentHead(hydrationInfo: DehydratedView, index: number): RNode | null {
405 return hydrationInfo.segmentHeads?.[index] ?? null;
406}
407
408export function isIncrementalHydrationEnabled(injector: Injector): boolean {
409 return injector.get(IS_INCREMENTAL_HYDRATION_ENABLED, false, {

Callers 2

locateNextRNodeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…