()
| 62602 | } |
| 62603 | const tA = info_Info |
| 62604 | class InfoContainer extends Re.Component { |
| 62605 | render() { |
| 62606 | const { specSelectors: s, getComponent: o, oas3Selectors: i } = this.props, |
| 62607 | a = s.info(), |
| 62608 | u = s.url(), |
| 62609 | _ = s.basePath(), |
| 62610 | w = s.host(), |
| 62611 | x = s.externalDocs(), |
| 62612 | C = i.selectedServer(), |
| 62613 | j = o('info') |
| 62614 | return Re.createElement( |
| 62615 | 'div', |
| 62616 | null, |
| 62617 | a && a.count() |
| 62618 | ? Re.createElement(j, { |
| 62619 | info: a, |
| 62620 | url: u, |
| 62621 | host: w, |
| 62622 | basePath: _, |
| 62623 | externalDocs: x, |
| 62624 | getComponent: o, |
| 62625 | selectedServer: C, |
| 62626 | }) |
| 62627 | : null |
| 62628 | ) |
| 62629 | } |
| 62630 | } |
| 62631 | class contact_Contact extends Re.Component { |
nothing calls this directly
no test coverage detected