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

Function withRoot

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

Source from the content-addressed store, hash-verified

57109 }
57110 return ((WithSystem.displayName = `WithSystem(${i.getDisplayName(o)})`), WithSystem)
57111 },
57112 withRoot = (s, o) => (i) => {
57113 const { fn: a } = s()
57114 class WithRoot extends Re.Component {
57115 render() {
57116 return Re.createElement(
57117 fO,
57118 { store: o },
57119 Re.createElement(i, Mn()({}, this.props, this.context))
57120 )
57121 }
57122 }
57123 return ((WithRoot.displayName = `WithRoot(${a.getDisplayName(i)})`), WithRoot)
57124 },
57125 withConnect = (s, o, i) =>
57126 compose(

Callers 1

withConnectFunction · 0.85

Calls 1

sFunction · 0.50

Tested by

no test coverage detected