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

Function get_attributes

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

Source from the content-addressed store, hash-verified

7498 C = [],
7499 j = []
7500 function get_attributes(s) {
7501 Object.keys(s).forEach(function (o) {
7502 C.push(
7503 (function attribute(s, o) {
7504 return s + '="' + u(o) + '"'
7505 })(o, s[o])
7506 )
7507 })
7508 }
7509 switch (typeof w) {
7510 case 'object':
7511 if (null === w) break

Callers 1

resolveFunction · 0.85

Calls 4

uFunction · 0.70
forEachMethod · 0.45
keysMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected