(s, o, i)
| 37766 | const o = s.get('host') |
| 37767 | return 'string' == typeof o && o.length > 0 && '/' !== o[0] |
| 37768 | }) |
| 37769 | function parameterValues(s, o, i) { |
| 37770 | return ( |
| 37771 | (o = o || []), |
| 37772 | operationWithMeta(s, ...o) |
| 37773 | .get('parameters', (0, ze.List)()) |
| 37774 | .reduce( |
| 37775 | (s, o) => { |
| 37776 | let a = i && 'body' === o.get('in') ? o.get('value_xml') : o.get('value') |
| 37777 | return ( |
| 37778 | ze.List.isList(a) && (a = a.filter((s) => '' !== s)), |
| 37779 | s.set(paramToIdentifier(o, { allowHashes: !1 }), a) |
| 37780 | ) |
| 37781 | }, |
| 37782 | (0, ze.fromJS)({}) |
| 37783 | ) |
| 37784 | ) |
| 37785 | } |
| 37786 | function parametersIncludeIn(s, o = '') { |
| 37787 | if (ze.List.isList(s)) return s.some((s) => ze.Map.isMap(s) && s.get('in') === o) |
no test coverage detected