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

Function claimDehydratedIcuCase

packages/core/src/hydration/i18n.ts:627–629  ·  view source on GitHub ↗
(lView: LView, icuIndex: number, caseIndex: number)

Source from the content-addressed store, hash-verified

625 * allowing its nodes to be hydrated and not cleaned up.
626 */
627export function claimDehydratedIcuCase(lView: LView, icuIndex: number, caseIndex: number) {
628 _claimDehydratedIcuCaseImpl(lView, icuIndex, caseIndex);
629}
630
631export function enableClaimDehydratedIcuCaseImpl() {
632 _claimDehydratedIcuCaseImpl = claimDehydratedIcuCaseImpl;

Callers 1

applyIcuSwitchCaseFunction · 0.90

Calls 1

Tested by

no test coverage detected