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

Method ArrayElement

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

Source from the content-addressed store, hash-verified

46280 (this.element = new Su.wE()),
46281 this.element.classes.push('json-schema-anyOf'))
46282 }
46283 ArrayElement(s) {
46284 return (
46285 s.forEach((s) => {
46286 const o = isJSONReferenceLikeElement(s)
46287 ? ['document', 'objects', 'JSONReference']
46288 : ['document', 'objects', 'JSONSchema'],
46289 i = this.toRefractedElement(o, s)
46290 this.element.push(i)
46291 }),
46292 this.copyMetaAndAttributes(s, this.element),
46293 qu
46294 )
46295 }
46296 }
46297 const Zd = AnyOfVisitor

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