MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setText

Method setText

npm_modules/cli/src/utils/LoadingIndicator.ts:19–22  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

17 }
18
19 setText(text: string): LoadingIndicator<T> {
20 this.text = text;
21 return this;
22 }
23
24 setSuccessText(successText: string): LoadingIndicator<T> {
25 this.successText = successText;

Callers 6

runCommandMethod · 0.45
valdiTestFunction · 0.45
valdiAgentCheckFunction · 0.45
downloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected