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

Function makeRecord

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

Source from the content-addressed store, hash-verified

3908 }))
3909 var tt = Record.prototype
3910 function makeRecord(s, o, i) {
3911 var a = Object.create(Object.getPrototypeOf(s))
3912 return ((a._map = o), (a.__ownerID = i), a)
3913 }
3914 function recordName(s) {
3915 return s._name || s.constructor.name || 'Record'
3916 }

Callers 1

Calls 1

createMethod · 0.65

Tested by

no test coverage detected