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

Function highlight_ownKeys

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

Source from the content-addressed store, hash-verified

57629 'code',
57630 'astGenerator',
57631 ]
57632 function highlight_ownKeys(s, o) {
57633 var i = Object.keys(s)
57634 if (Object.getOwnPropertySymbols) {
57635 var a = Object.getOwnPropertySymbols(s)
57636 ;(o &&
57637 (a = a.filter(function (o) {
57638 return Object.getOwnPropertyDescriptor(s, o).enumerable
57639 })),
57640 i.push.apply(i, a))
57641 }
57642 return i
57643 }
57644 function highlight_objectSpread(s) {
57645 for (var o = 1; o < arguments.length; o++) {

Callers 1

highlight_objectSpreadFunction · 0.85

Calls 2

keysMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected