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

Method ArrayElement

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

Source from the content-addressed store, hash-verified

46301 (this.element = new Su.wE()),
46302 this.element.classes.push('json-schema-oneOf'))
46303 }
46304 ArrayElement(s) {
46305 return (
46306 s.forEach((s) => {
46307 const o = isJSONReferenceLikeElement(s)
46308 ? ['document', 'objects', 'JSONReference']
46309 : ['document', 'objects', 'JSONSchema'],
46310 i = this.toRefractedElement(o, s)
46311 this.element.push(i)
46312 }),
46313 this.copyMetaAndAttributes(s, this.element),
46314 qu
46315 )
46316 }
46317 }
46318 const ef = OneOfVisitor

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