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

Method update

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

Updates the spinner text with the provided text.

(text: string)

Source from the content-addressed store, hash-verified

44
45 /** Updates the spinner text with the provided text. */
46 update(text: string) {
47 this.text = text;
48 }
49
50 /** Completes the spinner marking it as successful with a `✓`. */
51 success(text: string): void {

Callers 15

handlerFunction · 0.95
handlerFunction · 0.95
measureWorkflowFunction · 0.95
closeLinkedIssuesFunction · 0.80
mergeMethod · 0.80
assertValidPullRequestFunction · 0.80
updateUserMethod · 0.80
updateUser.tsFile · 0.80
bytesMatchFunction · 0.80
processResponseFunction · 0.80
applyMilestoneIfFoundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected