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

Method meta

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

Source from the content-addressed store, hash-verified

5167 }
5168 }
5169 get meta() {
5170 if (!this._meta) {
5171 if (this.isFrozen) {
5172 const s = new this.ObjectElement()
5173 return (s.freeze(), s)
5174 }
5175 this._meta = new this.ObjectElement()
5176 }
5177 return this._meta
5178 }
5179 set meta(s) {
5180 s instanceof this.ObjectElement ? (this._meta = s) : this.meta.set(s || {})
5181 }

Callers

nothing calls this directly

Calls 2

freezeMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected