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

Method constructor

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

Source from the content-addressed store, hash-verified

47471 }
47472 const lg = SchemaVisitor
47473 class ExamplesVisitor extends Mixin(_m, em) {
47474 constructor(s) {
47475 ;(super(s),
47476 (this.element = new Su.Sh()),
47477 this.element.classes.push('examples'),
47478 (this.specPath = (s) =>
47479 isReferenceLikeElement(s)
47480 ? ['document', 'objects', 'Reference']
47481 : ['document', 'objects', 'Example']),
47482 (this.canSupportSpecificationExtensions = !0))
47483 }
47484 ObjectElement(s) {
47485 const o = _m.prototype.ObjectElement.call(this, s)

Callers

nothing calls this directly

Calls 2

isReferenceLikeElementFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected