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