MCPcopy Create free account
hub / github.com/dataease/SQLBot / attributes

Method attributes

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

Source from the content-addressed store, hash-verified

5180 s instanceof this.ObjectElement ? (this._meta = s) : this.meta.set(s || {})
5181 }
5182 get attributes() {
5183 if (!this._attributes) {
5184 if (this.isFrozen) {
5185 const s = new this.ObjectElement()
5186 return (s.freeze(), s)
5187 }
5188 this._attributes = new this.ObjectElement()
5189 }
5190 return this._attributes
5191 }
5192 set attributes(s) {
5193 s instanceof this.ObjectElement
5194 ? (this._attributes = s)

Callers

nothing calls this directly

Calls 2

freezeMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected