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

Method toString

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

Source from the content-addressed store, hash-verified

138 }
139
140 override toString() {
141 return `<Logger(${this.name})>`;
142 }
143
144 override lift<R>(operator: Operator<LogEntry, R>): Observable<R> {
145 return this._observable.lift(operator);

Callers 15

index_spec.tsFile · 0.80
index_spec.tsFile · 0.80
workspace_spec.tsFile · 0.80
readJsonFileFunction · 0.80
visitStylesheetsFunction · 0.80
index_spec.tsFile · 0.80
_compileMethod · 0.80
btoaMethod · 0.80
readFileFunction · 0.80
inline-resource.tsFile · 0.80
index_spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected