MCPcopy Create free account
hub / github.com/dataease/SQLBot / AllOfVisitor

Class AllOfVisitor

frontend/public/swagger-ui-bundle.js:46255–46274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46253 return (this.element.classes.push('json-schema-type'), o)
46254 }
46255 }
46256 class AllOfVisitor extends Mixin(Nd, Rd, yd) {
46257 constructor(s) {
46258 ;(super(s),
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
46277 class AnyOfVisitor extends Mixin(Nd, Rd, yd) {

Callers

nothing calls this directly

Calls 1

MixinFunction · 0.85

Tested by

no test coverage detected