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

Function reportStatus

packages/angular_devkit/architect/src/create-builder.ts:185–194  ·  view source on GitHub ↗
(status: string)

Source from the content-addressed store, hash-verified

183 }
184 },
185 reportStatus(status: string) {
186 switch (currentState) {
187 case BuilderProgressState.Running:
188 progress({ state: currentState, status, current, total }, context);
189 break;
190 case BuilderProgressState.Waiting:
191 progress({ state: currentState, status }, context);
192 break;
193 }
194 },
195 reportProgress(current: number, total?: number, status?: string) {
196 switch (currentState) {
197 case BuilderProgressState.Running:

Callers 1

syncStatusFunction · 0.85

Calls 1

progressFunction · 0.85

Tested by

no test coverage detected