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

Method next

packages/angular_devkit/core/src/logger/logger.ts:120–122  ·  view source on GitHub ↗
(entry: LogEntry)

Source from the content-addressed store, hash-verified

118 this._subject.next(entry);
119 }
120 next(entry: LogEntry): void {
121 this._subject.next(entry);
122 }
123
124 debug(message: string, metadata: JsonObject = {}): void {
125 this.log('debug', message, metadata);

Callers 15

tryResolveMethod · 0.80
scheduleByNameFunction · 0.80
handleAsyncIteratorFunction · 0.80
logFunction · 0.80
progressFunction · 0.80
scheduleTargetFunction · 0.80
scheduleBuilderFunction · 0.80
onInputFunction · 0.80
fnFunction · 0.80
nextFunction · 0.80
_createJobMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected