Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
subscribe
Method · 0.95
next
Method · 0.80
error
Method · 0.65
Tested by
no test coverage detected