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

Method ArrayElement

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

Source from the content-addressed store, hash-verified

47538 constructor(s) {
47539 ;(super(s), (this.element = new xg()))
47540 }
47541 ArrayElement(s) {
47542 return (
47543 s.forEach((s) => {
47544 if (Nu(s)) {
47545 const o = this.toRefractedElement(
47546 ['document', 'objects', 'SecurityRequirement'],
47547 s
47548 )
47549 this.element.push(o)
47550 } else this.element.push(cloneDeep(s))
47551 }),
47552 this.copyMetaAndAttributes(s, this.element),
47553 qu
47554 )
47555 }
47556 }
47557 const kg = SecurityVisitor

Callers

nothing calls this directly

Calls 6

NuFunction · 0.85
cloneDeepFunction · 0.85
forEachMethod · 0.45
toRefractedElementMethod · 0.45
pushMethod · 0.45
copyMetaAndAttributesMethod · 0.45

Tested by

no test coverage detected