MCPcopy Create free account
hub / github.com/angular/angular / enableClaimDehydratedIcuCaseImpl

Function enableClaimDehydratedIcuCaseImpl

packages/core/src/hydration/i18n.ts:631–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

629}
630
631export function enableClaimDehydratedIcuCaseImpl() {
632 _claimDehydratedIcuCaseImpl = claimDehydratedIcuCaseImpl;
633}
634
635function claimDehydratedIcuCaseImpl(lView: LView, icuIndex: number, caseIndex: number) {
636 const dehydratedIcuDataMap = lView[HYDRATION]?.dehydratedIcuData;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected