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

Method contains

parser/openapi_parser.go:40–47  ·  view source on GitHub ↗
(strs []string, str string)

Source from the content-addressed store, hash-verified

38}
39
40func (p OpenApiParser) contains(strs []string, str string) bool {
41 for _, s := range strs {
42 if s == str {
43 return true
44 }
45 }
46 return false
47}
48
49func (p OpenApiParser) getDocumentSummary(document openapi3.T) string {
50 if document.Info == nil {

Callers 1

parseSchemaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected