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

Function Wrapper

frontend/public/swagger-ui-bundle.js:5350–5363  ·  view source on GitHub ↗
(o, i, a)

Source from the content-addressed store, hash-verified

5348 i(36128)
5349 var wrapConstructor = function (s) {
5350 var Wrapper = function (o, i, a) {
5351 if (this instanceof Wrapper) {
5352 switch (arguments.length) {
5353 case 0:
5354 return new s()
5355 case 1:
5356 return new s(o)
5357 case 2:
5358 return new s(o, i)
5359 }
5360 return new s(o, i, a)
5361 }
5362 return u(s, this, arguments)
5363 }
5364 return ((Wrapper.prototype = s.prototype), Wrapper)
5365 }
5366 s.exports = function (s, o) {

Callers

nothing calls this directly

Calls 1

uFunction · 0.70

Tested by

no test coverage detected