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

Method succeededStatus

plugin/module_manager.go:45–47  ·  view source on GitHub ↗
(definition ModuleDefinition)

Source from the content-addressed store, hash-verified

43}
44
45func (m ModuleManager) succeededStatus(definition ModuleDefinition) string {
46 return "[ succeeded ] " + definition.Name + ": successfully downloaded from " + definition.Url
47}
48
49func (m ModuleManager) failedStatus(definition ModuleDefinition, err error) string {
50 return "[ failed ] " + definition.Name + ": download failed with error " + err.Error()

Callers 1

offlineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected