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

Function Va

frontend/public/swagger-ui-bundle.js:8622–8661  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

8620 )
8621 }
8622 function Va(s) {
8623 s._valueTracker ||
8624 (s._valueTracker = (function Ua(s) {
8625 var o = Ta(s) ? 'checked' : 'value',
8626 i = Object.getOwnPropertyDescriptor(s.constructor.prototype, o),
8627 a = '' + s[o]
8628 if (
8629 !s.hasOwnProperty(o) &&
8630 void 0 !== i &&
8631 'function' == typeof i.get &&
8632 'function' == typeof i.set
8633 ) {
8634 var u = i.get,
8635 _ = i.set
8636 return (
8637 Object.defineProperty(s, o, {
8638 configurable: !0,
8639 get: function () {
8640 return u.call(this)
8641 },
8642 set: function (s) {
8643 ;((a = '' + s), _.call(this, s))
8644 },
8645 }),
8646 Object.defineProperty(s, o, { enumerable: i.enumerable }),
8647 {
8648 getValue: function () {
8649 return a
8650 },
8651 setValue: function (s) {
8652 a = '' + s
8653 },
8654 stopTracking: function () {
8655 ;((s._valueTracker = null), delete s[o])
8656 },
8657 }
8658 )
8659 }
8660 })(s))
8661 }
8662 function Wa(s) {
8663 if (!s) return !1
8664 var o = s._valueTracker

Callers 1

EjFunction · 0.70

Calls 1

TaFunction · 0.70

Tested by

no test coverage detected