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

Function isSerializedElementContainer

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

Source from the content-addressed store, hash-verified

461}
462
463export function isSerializedElementContainer(
464 hydrationInfo: DehydratedView,
465 index: number,
466): boolean {
467 return hydrationInfo.data[ELEMENT_CONTAINERS]?.[index] !== undefined;
468}
469
470export function getSerializedContainerViews(
471 hydrationInfo: DehydratedView,

Callers 1

collectI18nNodesFromDomFunction · 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…