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

Method _updateLatestValue

packages/common/src/pipes/async_pipe.ts:235–242  ·  view source on GitHub ↗
(async: any, value: Object)

Source from the content-addressed store, hash-verified

233 }
234
235 private _updateLatestValue(async: any, value: Object): void {
236 if (async === this._obj) {
237 this._latestValue = value;
238 if (this.markForCheckOnValueUpdate) {
239 this._ref?.markForCheck();
240 }
241 }
242 }
243}

Callers 1

_subscribeMethod · 0.95

Calls 1

markForCheckMethod · 0.80

Tested by

no test coverage detected