(s)
| 47877 | } |
| 47878 | const jy = ComponentsResponses |
| 47879 | class ResponsesVisitor extends Mixin(_m, em) { |
| 47880 | constructor(s) { |
| 47881 | ;(super(s), |
| 47882 | (this.element = new jy()), |
| 47883 | (this.specPath = (s) => |
| 47884 | isReferenceLikeElement(s) |
| 47885 | ? ['document', 'objects', 'Reference'] |
| 47886 | : ['document', 'objects', 'Response'])) |
| 47887 | } |
| 47888 | ObjectElement(s) { |
| 47889 | const o = _m.prototype.ObjectElement.call(this, s) |
nothing calls this directly
no test coverage detected