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

Function _checkForMethod

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

Source from the content-addressed store, hash-verified

39870 return wa('function' == typeof s ? _xwrap(s) : s, o, i)
39871 })
39872 const Aa = ka
39873 function _checkForMethod(s, o) {
39874 return function () {
39875 var i = arguments.length
39876 if (0 === i) return o()
39877 var a = arguments[i - 1]
39878 return ca(a) || 'function' != typeof a[s]
39879 ? o.apply(this, arguments)
39880 : a[s].apply(a, Array.prototype.slice.call(arguments, 0, i - 1))
39881 }
39882 }
39883 var Ca = _curry3(
39884 _checkForMethod('slice', function slice(s, o, i) {

Callers 1

Calls 2

caFunction · 0.85
oFunction · 0.70

Tested by

no test coverage detected