(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 |
nothing calls this directly
no test coverage detected