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

Function create_element_ownKeys

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

Source from the content-addressed store, hash-verified

57396 extends_extends.apply(null, arguments)
57397 )
57398 }
57399 function create_element_ownKeys(s, o) {
57400 var i = Object.keys(s)
57401 if (Object.getOwnPropertySymbols) {
57402 var a = Object.getOwnPropertySymbols(s)
57403 ;(o &&
57404 (a = a.filter(function (o) {
57405 return Object.getOwnPropertyDescriptor(s, o).enumerable
57406 })),
57407 i.push.apply(i, a))
57408 }
57409 return i
57410 }
57411 function _objectSpread(s) {
57412 for (var o = 1; o < arguments.length; o++) {

Callers 1

_objectSpreadFunction · 0.85

Calls 2

keysMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected