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

Method getDefinition

plugin/module_manager.go:94–100  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

92}
93
94func (m ModuleManager) getDefinition(name string) ModuleDefinition {
95 definition, ok := AvailableModules[name]
96 if !ok {
97 panic("Could not find module: " + name)
98 }
99 return definition
100}
101
102func (m ModuleManager) findLocalModule(module ModuleDefinition) string {
103 directory, err := directories.OfflineModules()

Callers 2

offlineMethod · 0.95
GetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected