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

Function ownKeys

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

Source from the content-addressed store, hash-verified

16440 return s && s.__esModule ? s : { default: s }
16441 }
16442 function ownKeys(s, o) {
16443 var i = Object.keys(s)
16444 if (Object.getOwnPropertySymbols) {
16445 var a = Object.getOwnPropertySymbols(s)
16446 ;(o &&
16447 (a = a.filter(function (o) {
16448 return Object.getOwnPropertyDescriptor(s, o).enumerable
16449 })),
16450 i.push.apply(i, a))
16451 }
16452 return i
16453 }
16454 function _objectSpread(s) {
16455 for (var o = 1; o < arguments.length; o++) {
16456 var i = null != arguments[o] ? arguments[o] : {}

Callers 2

_objectSpreadFunction · 0.85
checkFunction · 0.85

Calls 2

keysMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected