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

Function withMappedContainer

frontend/public/swagger-ui-bundle.js:57140–57159  ·  view source on GitHub ↗
(s, o, i)

Source from the content-addressed store, hash-verified

57138 'function' == typeof _ && _(i[u], a[u], s())
57139 }
57140 },
57141 withMappedContainer = (s, o, i) => (o, a) => {
57142 const { fn: u } = s(),
57143 _ = i(o, 'root')
57144 class WithMappedContainer extends Re.Component {
57145 constructor(o, i) {
57146 ;(super(o, i), handleProps(s, a, o, {}))
57147 }
57148 UNSAFE_componentWillReceiveProps(o) {
57149 handleProps(s, a, o, this.props)
57150 }
57151 render() {
57152 const s = Gt()(this.props, a ? Object.keys(a) : [])
57153 return Re.createElement(_, s)
57154 }
57155 }
57156 return (
57157 (WithMappedContainer.displayName = `WithMappedContainer(${u.getDisplayName(_)})`),
57158 WithMappedContainer
57159 )
57160 },
57161 render = (s, o, i, a) => (u) => {
57162 const _ = i(s, o, a)('App', 'root'),

Callers 1

viewFunction · 0.85

Calls 2

iFunction · 0.70
sFunction · 0.50

Tested by

no test coverage detected