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

Function LookupDescription

parser/description_provider.go:89–94  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

87}
88
89func LookupDescription(name string) *descriptionInfo {
90 if result, found := descriptions[name]; found {
91 return result
92 }
93 return nil
94}
95
96type descriptionInfo struct {
97 Summary string

Callers 2

getDocumentTextMethod · 0.85
getCategoryTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected