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

Function withConnect

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

Source from the content-addressed store, hash-verified

57122 }
57123 return ((WithRoot.displayName = `WithRoot(${a.getDisplayName(i)})`), WithRoot)
57124 },
57125 withConnect = (s, o, i) =>
57126 compose(
57127 i ? withRoot(s, i) : gO(),
57128 dO((i, a) => {
57129 const u = { ...a, ...s() },
57130 _ = o.prototype?.mapStateToProps || ((s) => ({ state: s }))
57131 return _(i, u)
57132 }),
57133 withSystem(s)
57134 )(o),
57135 handleProps = (s, o, i, a) => {
57136 for (const u in o) {

Callers 1

getComponentFunction · 0.85

Calls 7

composeFunction · 0.85
withRootFunction · 0.85
withSystemFunction · 0.85
dOFunction · 0.70
_Function · 0.70
gOFunction · 0.50
sFunction · 0.50

Tested by

no test coverage detected