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

Function compose

frontend/public/swagger-ui-bundle.js:30845–30855  ·  view source on GitHub ↗
(...s)

Source from the content-addressed store, hash-verified

30843 }
30844 }
30845 function compose(...s) {
30846 return 0 === s.length
30847 ? (s) => s
30848 : 1 === s.length
30849 ? s[0]
30850 : s.reduce(
30851 (s, o) =>
30852 (...i) =>
30853 s(o(...i))
30854 )
30855 }
30856 var ze = __webpack_require__(9404),
30857 We = __webpack_require__.n(ze),
30858 He = __webpack_require__(81919),

Callers 2

withConnectFunction · 0.85

Calls 3

oFunction · 0.70
sFunction · 0.50
reduceMethod · 0.45

Tested by

no test coverage detected