MCPcopy Create free account
hub / github.com/dataease/SQLBot / render

Method render

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

Source from the content-addressed store, hash-verified

62513 }
62514 }
62515 class InfoUrl extends Re.PureComponent {
62516 render() {
62517 const { url: s, getComponent: o } = this.props,
62518 i = o('Link')
62519 return Re.createElement(
62520 i,
62521 { target: '_blank', href: sanitizeUrl(s) },
62522 Re.createElement('span', { className: 'url' }, ' ', s)
62523 )
62524 }
62525 }
62526 class info_Info extends Re.Component {

Callers

nothing calls this directly

Calls 2

sanitizeUrlFunction · 0.85
oFunction · 0.70

Tested by

no test coverage detected