MCPcopy Create free account
hub / github.com/dataease/SQLBot / own_enumerable_keys

Function own_enumerable_keys

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

Source from the content-addressed store, hash-verified

40357 Al = Object.prototype.propertyIsEnumerable,
40358 Cl = Object.getOwnPropertySymbols,
40359 Pl = Object.prototype.hasOwnProperty
40360 function own_enumerable_keys(s) {
40361 for (var o = Object.keys(s), i = Cl(s), a = 0; a < i.length; a++)
40362 Al.call(s, i[a]) && o.push(i[a])
40363 return o
40364 }
40365 function is_writable(s, o) {
40366 var i

Callers

nothing calls this directly

Calls 3

ClFunction · 0.50
keysMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected