MCPcopy Create free account
hub / github.com/UiPath/uipathcli / Remove

Method Remove

utils/visualization/progress_bar.go:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (b *ProgressBar) Remove() {
57 if b.renderedLength > 0 {
58 clearScreen := fmt.Sprintf("\r%s\r", strings.Repeat(" ", b.renderedLength))
59 b.logger.LogError(clearScreen)
60 }
61}
62
63func (b *ProgressBar) renderTick(text string, percent float64, info string) int {
64 bar := b.createBar(percent)

Callers 12

offlineMethod · 0.95
getModuleMethod · 0.95
newProgressBarMethod · 0.95
executeAllMethod · 0.95
publishMethod · 0.95
startDigitizationMethod · 0.95
uploadMethod · 0.95
downloadMethod · 0.95
CallMethod · 0.95
executeMethod · 0.80

Calls 1

LogErrorMethod · 0.65

Tested by

no test coverage detected