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

Function _curry1

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

Source from the content-addressed store, hash-verified

39179 function _isPlaceholder(s) {
39180 return null != s && 'object' == typeof s && !0 === s['@@functional/placeholder']
39181 }
39182 function _curry1(s) {
39183 return function f1(o) {
39184 return 0 === arguments.length || _isPlaceholder(o) ? f1 : s.apply(this, arguments)
39185 }
39186 }
39187 function _curry2(s) {
39188 return function f2(o, i) {

Callers 3

_curry2Function · 0.85
_curry3Function · 0.85

Calls 1

_isPlaceholderFunction · 0.85

Tested by

no test coverage detected