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

Method constructor

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

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

isReferenceLikeElementFunction · 0.85

Tested by

no test coverage detected