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

Method overallStatus

plugin/module_manager.go:41–43  ·  view source on GitHub ↗
(status ...string)

Source from the content-addressed store, hash-verified

39}
40
41func (m ModuleManager) overallStatus(status ...string) string {
42 return "\n" + strings.Join(status, "\n")
43}
44
45func (m ModuleManager) succeededStatus(definition ModuleDefinition) string {
46 return "[ succeeded ] " + definition.Name + ": successfully downloaded from " + definition.Url

Callers 1

OfflineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected