(s)
| 48022 | } |
| 48023 | const By = ComponentsSecuritySchemes |
| 48024 | class SecuritySchemesVisitor extends Mixin(_m, em) { |
| 48025 | constructor(s) { |
| 48026 | ;(super(s), |
| 48027 | (this.element = new By()), |
| 48028 | (this.specPath = (s) => |
| 48029 | isReferenceLikeElement(s) |
| 48030 | ? ['document', 'objects', 'Reference'] |
| 48031 | : ['document', 'objects', 'SecurityScheme'])) |
| 48032 | } |
| 48033 | ObjectElement(s) { |
| 48034 | const o = _m.prototype.ObjectElement.call(this, s) |
nothing calls this directly
no test coverage detected