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

Function isExhaustiveCheckNoChanges

packages/core/src/render3/state.ts:423–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421}
422
423export function isExhaustiveCheckNoChanges(): boolean {
424 !ngDevMode && throwError('Must never be called in production mode');
425 return _checkNoChangesMode === CheckNoChangesMode.Exhaustive;
426}
427
428export function setIsInCheckNoChangesMode(mode: CheckNoChangesMode): void {
429 !ngDevMode && throwError('Must never be called in production mode');

Callers 3

refreshViewFunction · 0.90
detectChangesInViewFunction · 0.90

Calls 1

throwErrorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…