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

Method getDocumentSummary

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

Source from the content-addressed store, hash-verified

47}
48
49func (p OpenApiParser) getDocumentSummary(document openapi3.T) string {
50 if document.Info == nil {
51 return ""
52 }
53 return document.Info.Title
54}
55
56func (p OpenApiParser) getDocumentDescription(document openapi3.T) string {
57 if document.Info == nil {

Callers 1

getDocumentTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected