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

Function createClass

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

Source from the content-addressed store, hash-verified

1439 'use strict'
1440 var s = Array.prototype.slice
1441 function createClass(s, o) {
1442 ;(o && (s.prototype = Object.create(o.prototype)), (s.prototype.constructor = s))
1443 }
1444 function Iterable(s) {
1445 return isIterable(s) ? s : Seq(s)
1446 }

Callers 1

Calls 1

createMethod · 0.65

Tested by

no test coverage detected