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

Function setProps

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

Source from the content-addressed store, hash-verified

3915 return s._name || s.constructor.name || 'Record'
3916 }
3917 function setProps(s, o) {
3918 try {
3919 o.forEach(setProp.bind(void 0, s))
3920 } catch (s) {}
3921 }
3922 function setProp(s, o) {
3923 Object.defineProperty(s, o, {
3924 get: function () {

Callers 1

aFunction · 0.85

Calls 2

forEachMethod · 0.45
bindMethod · 0.45

Tested by

no test coverage detected