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

Method skippedStatus

plugin/module_manager.go:53–55  ·  view source on GitHub ↗
(definition ModuleDefinition, path string)

Source from the content-addressed store, hash-verified

51}
52
53func (m ModuleManager) skippedStatus(definition ModuleDefinition, path string) string {
54 return "[ skipped ] " + definition.Name + ": already present at " + path
55}
56
57func (m ModuleManager) offline(name string) (string, error) {
58 definition := m.getDefinition(name)

Callers 1

offlineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected