MCPcopy
hub / github.com/angular/angular / isFirstUpdatePass

Function isFirstUpdatePass

packages/core/test/acceptance/integration_spec.ts:3397–3401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3395
3396 describe('tView.firstUpdatePass', () => {
3397 function isFirstUpdatePass() {
3398 const lView = getLView();
3399 const tView = lView[TVIEW];
3400 return tView.firstUpdatePass;
3401 }
3402
3403 function assertAttrValues(element: Element, value: string) {
3404 expect(element.getAttribute('data-comp')).toEqual(value);

Callers 2

textMethod · 0.85
textMethod · 0.85

Calls 1

getLViewFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…