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

Method complete

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

Source from the content-addressed store, hash-verified

106 }
107
108 complete(): void {
109 this._subject.complete();
110 }
111
112 log(level: LogLevel, message: string, metadata: JsonObject = {}): void {
113 const entry: LogEntry = Object.assign({}, metadata, this._metadata, {

Callers 15

constructorMethod · 0.95
fromAsyncIterableFunction · 0.80
onInputFunction · 0.80
fnFunction · 0.80
completeFunction · 0.80
scheduleMethod · 0.80
_createJobMethod · 0.80
completeFunction · 0.80
_doneMethod · 0.80
commitSingleActionFunction · 0.80
indent_spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected