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

Method ArrayElement

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

Source from the content-addressed store, hash-verified

46259 (this.element = new Su.wE()),
46260 this.element.classes.push('json-schema-allOf'))
46261 }
46262 ArrayElement(s) {
46263 return (
46264 s.forEach((s) => {
46265 const o = isJSONReferenceLikeElement(s)
46266 ? ['document', 'objects', 'JSONReference']
46267 : ['document', 'objects', 'JSONSchema'],
46268 i = this.toRefractedElement(o, s)
46269 this.element.push(i)
46270 }),
46271 this.copyMetaAndAttributes(s, this.element),
46272 qu
46273 )
46274 }
46275 }
46276 const Qd = AllOfVisitor

Callers

nothing calls this directly

Calls 5

forEachMethod · 0.45
toRefractedElementMethod · 0.45
pushMethod · 0.45
copyMetaAndAttributesMethod · 0.45

Tested by

no test coverage detected