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

Class Components

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

Source from the content-addressed store, hash-verified

44480 }
44481 }
44482 const Xp = Callback
44483 class Components extends Su.Sh {
44484 constructor(s, o, i) {
44485 ;(super(s, o, i), (this.element = 'components'))
44486 }
44487 get schemas() {
44488 return this.get('schemas')
44489 }
44490 set schemas(s) {
44491 this.set('schemas', s)
44492 }
44493 get responses() {
44494 return this.get('responses')
44495 }
44496 set responses(s) {
44497 this.set('responses', s)
44498 }
44499 get parameters() {
44500 return this.get('parameters')
44501 }
44502 set parameters(s) {
44503 this.set('parameters', s)
44504 }
44505 get examples() {
44506 return this.get('examples')
44507 }
44508 set examples(s) {
44509 this.set('examples', s)
44510 }
44511 get requestBodies() {
44512 return this.get('requestBodies')
44513 }
44514 set requestBodies(s) {
44515 this.set('requestBodies', s)
44516 }
44517 get headers() {
44518 return this.get('headers')
44519 }
44520 set headers(s) {
44521 this.set('headers', s)
44522 }
44523 get securitySchemes() {
44524 return this.get('securitySchemes')
44525 }
44526 set securitySchemes(s) {
44527 this.set('securitySchemes', s)
44528 }
44529 get links() {
44530 return this.get('links')
44531 }
44532 set links(s) {
44533 this.set('links', s)
44534 }
44535 get callbacks() {
44536 return this.get('callbacks')
44537 }
44538 set callbacks(s) {
44539 this.set('callbacks', s)

Callers 1

vite.config.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected