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

Function defineProperty_defineProperty

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

Source from the content-addressed store, hash-verified

57369 })(s, 'string')
57370 return 'symbol' == typeof_typeof(o) ? o : o + ''
57371 }
57372 function defineProperty_defineProperty(s, o, i) {
57373 return (
57374 (o = toPropertyKey(o)) in s
57375 ? Object.defineProperty(s, o, {
57376 value: i,
57377 enumerable: !0,
57378 configurable: !0,
57379 writable: !0,
57380 })
57381 : (s[o] = i),
57382 s
57383 )
57384 }
57385 function extends_extends() {
57386 return (

Callers 2

_objectSpreadFunction · 0.85
highlight_objectSpreadFunction · 0.85

Calls 1

toPropertyKeyFunction · 0.85

Tested by

no test coverage detected