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

Method toReference

frontend/public/swagger-ui-bundle.js:42842–42844  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42840 constructor(s) {
42841 ;((this.content = s), (this.reference = []))
42842 }
42843 toReference() {
42844 return this.reference
42845 }
42846 toArray() {
42847 return (this.reference.push(...this.content), this.reference)

Callers 4

VisitorClass · 0.45
ReferenceElementMethod · 0.45
PathItemElementMethod · 0.45
SchemaElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected