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

Function getTStylingRangePrev

packages/core/src/render3/interfaces/styling.ts:166–169  ·  view source on GitHub ↗
(tStylingRange: TStylingRange)

Source from the content-addressed store, hash-verified

164}
165
166export function getTStylingRangePrev(tStylingRange: TStylingRange): number {
167 ngDevMode && assertNumber(tStylingRange, 'expected number');
168 return (tStylingRange >> StylingRange.PREV_SHIFT) & StylingRange.UNSIGNED_MASK;
169}
170
171export function getTStylingRangePrevDuplicate(tStylingRange: TStylingRange): boolean {
172 ngDevMode && assertNumber(tStylingRange, 'expected number');

Callers 11

styling_spec.tsFile · 0.90
expectTStylingKeysFunction · 0.90
expectRangeFunction · 0.90
expectTDataFunction · 0.90
getStylingBindingHeadFunction · 0.90
findStylingValueFunction · 0.90
insertTStylingBindingFunction · 0.90
markDuplicatesFunction · 0.90
getTStylingRangeTailFunction · 0.85

Calls 1

assertNumberFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…