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

Method getDocumentDescription

parser/openapi_parser.go:56–61  ·  view source on GitHub ↗
(document openapi3.T)

Source from the content-addressed store, hash-verified

54}
55
56func (p OpenApiParser) getDocumentDescription(document openapi3.T) string {
57 if document.Info == nil {
58 return ""
59 }
60 return document.Info.Description
61}
62
63func (p OpenApiParser) getDocumentText(name string, document openapi3.T) (string, string) {
64 result := LookupDescription(name)

Callers 1

getDocumentTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected