MCPcopy Index your code
hub / github.com/dataease/SQLBot / render

Method render

frontend/public/swagger-ui-bundle.js:62604–62628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 4

oFunction · 0.70
infoMethod · 0.45
urlMethod · 0.45
externalDocsMethod · 0.45

Tested by

no test coverage detected