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

Function highlight_objectSpread

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

Source from the content-addressed store, hash-verified

57641 }
57642 return i
57643 }
57644 function highlight_objectSpread(s) {
57645 for (var o = 1; o < arguments.length; o++) {
57646 var i = null != arguments[o] ? arguments[o] : {}
57647 o % 2
57648 ? highlight_ownKeys(Object(i), !0).forEach(function (o) {
57649 defineProperty_defineProperty(s, o, i[o])
57650 })
57651 : Object.getOwnPropertyDescriptors
57652 ? Object.defineProperties(s, Object.getOwnPropertyDescriptors(i))
57653 : highlight_ownKeys(Object(i)).forEach(function (o) {
57654 Object.defineProperty(s, o, Object.getOwnPropertyDescriptor(i, o))
57655 })
57656 }
57657 return s
57658 }
57659 var bO = /\n/g
57660 function AllLineNumbers(s) {

Callers 3

assembleLineNumberStylesFunction · 0.85
createLineElementFunction · 0.85

Calls 3

highlight_ownKeysFunction · 0.85
forEachMethod · 0.45

Tested by

no test coverage detected