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

Function baseAry

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

Source from the content-addressed store, hash-verified

25509 u = i(2874),
25510 _ = Array.prototype.push
25511 function baseAry(s, o) {
25512 return 2 == o
25513 ? function (o, i) {
25514 return s(o, i)
25515 }
25516 : function (o) {
25517 return s(o)
25518 }
25519 }
25520 function cloneArray(s) {
25521 for (var o = s ? s.length : 0, i = Array(o); o--; ) i[o] = s[o]
25522 return i

Callers 2

castCapFunction · 0.85

Calls 1

sFunction · 0.50

Tested by

no test coverage detected