MCPcopy Index your code
hub / github.com/angular/angular-cli / _observable

Method _observable

packages/angular_devkit/core/src/logger/logger.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 private _subscription: Subscription | null = null;
39
40 protected get _observable() {
41 return this._obs;
42 }
43 protected set _observable(v: Observable<LogEntry>) {
44 if (this._subscription) {
45 this._subscription.unsubscribe();

Callers

nothing calls this directly

Calls 3

subscribeMethod · 0.95
nextMethod · 0.80
errorMethod · 0.65

Tested by

no test coverage detected