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

Method copyMetaAndAttributes

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

Source from the content-addressed store, hash-verified

45738 constructor(s) {
45739 Object.assign(this, s)
45740 }
45741 copyMetaAndAttributes(s, o) {
45742 ;((s.meta.length > 0 || o.meta.length > 0) && (o.meta = dd(o.meta, s.meta)),
45743 hasElementSourceMap(s) && assignSourceMap(o, s),
45744 (s.attributes.length > 0 || s.meta.length > 0) &&
45745 (o.attributes = dd(o.attributes, s.attributes)))
45746 }
45747 }
45748 const yd = class FallbackVisitor extends md {

Callers 15

ObjectElementMethod · 0.45
ArrayElementMethod · 0.45
ObjectElementMethod · 0.45
ArrayElementMethod · 0.45
ArrayElementMethod · 0.45
ArrayElementMethod · 0.45
ArrayElementMethod · 0.45
ObjectElementMethod · 0.45
StringElementMethod · 0.45
ObjectElementMethod · 0.45
ArrayElementMethod · 0.45
ArrayElementMethod · 0.45

Calls 3

hasElementSourceMapFunction · 0.85
assignSourceMapFunction · 0.85
ddFunction · 0.50

Tested by

no test coverage detected