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

Function setIsRefreshingViews

packages/core/src/render3/state.ts:437–441  ·  view source on GitHub ↗
(mode: boolean)

Source from the content-addressed store, hash-verified

435}
436
437export function setIsRefreshingViews(mode: boolean): boolean {
438 const prev = _isRefreshingViews;
439 _isRefreshingViews = mode;
440 return prev;
441}
442
443// top level variables should not be exported for performance reasons (PERF_NOTES.md)
444export function getBindingRoot() {

Callers 2

runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…