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

Function __defNormalProp

frontend/public/swagger-ui-bundle.js:1130–1133  ·  view source on GitHub ↗
(o, i, a)

Source from the content-addressed store, hash-verified

1128 u = Object.prototype.hasOwnProperty,
1129 _ = Object.prototype.propertyIsEnumerable,
1130 __defNormalProp = (o, i, a) =>
1131 i in o
1132 ? s(o, i, { enumerable: !0, configurable: !0, writable: !0, value: a })
1133 : (o[i] = a),
1134 __spreadValues = (s, o) => {
1135 for (var i in o || (o = {})) u.call(o, i) && __defNormalProp(s, i, o[i])
1136 if (a) for (var i of a(o)) _.call(o, i) && __defNormalProp(s, i, o[i])

Callers 2

__spreadValuesFunction · 0.85
__publicFieldFunction · 0.85

Calls 1

sFunction · 0.50

Tested by

no test coverage detected