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

Function wrapImmutable

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

Source from the content-addressed store, hash-verified

25522 return i
25523 }
25524 function wrapImmutable(s, o) {
25525 return function () {
25526 var i = arguments.length
25527 if (i) {
25528 for (var a = Array(i); i--; ) a[i] = arguments[i]
25529 var u = (a[0] = o.apply(void 0, a))
25530 return (s.apply(void 0, a), u)
25531 }
25532 }
25533 }
25534 s.exports = function baseConvert(s, o, i, w) {
25535 var x = 'function' == typeof o,
25536 C = o === Object(o)

Callers 1

wrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected