MCPcopy Create free account
hub / github.com/angular/dev-infra / success

Method success

ng-dev/utils/spinner.ts:51–53  ·  view source on GitHub ↗

Completes the spinner marking it as successful with a `✓`.

(text: string)

Source from the content-addressed store, hash-verified

49
50 /** Completes the spinner marking it as successful with a `✓`. */
51 success(text: string): void {
52 this._complete(green('✓'), text);
53 }
54
55 /** Completes the spinner marking it as failing with an `✘`. */
56 failure(text: string): void {

Callers 3

measureWorkflowFunction · 0.95
handlerFunction · 0.95

Calls 1

_completeMethod · 0.95

Tested by

no test coverage detected