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

Function _curry2

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

Source from the content-addressed store, hash-verified

39184 return 0 === arguments.length || _isPlaceholder(o) ? f1 : s.apply(this, arguments)
39185 }
39186 }
39187 function _curry2(s) {
39188 return function f2(o, i) {
39189 switch (arguments.length) {
39190 case 0:
39191 return f2
39192 case 1:
39193 return _isPlaceholder(o)
39194 ? f2
39195 : _curry1(function (i) {
39196 return s(o, i)
39197 })
39198 default:
39199 return _isPlaceholder(o) && _isPlaceholder(i)
39200 ? f2
39201 : _isPlaceholder(o)
39202 ? _curry1(function (o) {
39203 return s(o, i)
39204 })
39205 : _isPlaceholder(i)
39206 ? _curry1(function (i) {
39207 return s(o, i)
39208 })
39209 : s(o, i)
39210 }
39211 }
39212 }
39213 function _curry3(s) {
39214 return function f3(o, i, a) {

Callers 2

_curry3Function · 0.85

Calls 3

_isPlaceholderFunction · 0.85
_curry1Function · 0.85
sFunction · 0.50

Tested by

no test coverage detected