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

Function assertTIcu

packages/core/src/render3/assert.ts:70–75  ·  view source on GitHub ↗
(tIcu: TIcu)

Source from the content-addressed store, hash-verified

68}
69
70export function assertTIcu(tIcu: TIcu) {
71 assertDefined(tIcu, 'Expected TIcu to be defined');
72 if (!(typeof tIcu.currentCaseLViewIndex === 'number')) {
73 throwError('Object is not of TIcu type.');
74 }
75}
76
77export function assertComponentType(
78 actual: any,

Callers 4

icuContainerIteratorNextFunction · 0.90
createIcuIteratorFunction · 0.90
getTIcuFunction · 0.90
applyMutableOpCodesFunction · 0.90

Calls 2

assertDefinedFunction · 0.90
throwErrorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…