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

Method getMetaProperty

frontend/public/swagger-ui-bundle.js:5129–5138  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

5127 return a(this.toValue(), s)
5128 }
5129 getMetaProperty(s, o) {
5130 if (!this.meta.hasKey(s)) {
5131 if (this.isFrozen) {
5132 const s = this.refract(o)
5133 return (s.freeze(), s)
5134 }
5135 this.meta.set(s, o)
5136 }
5137 return this.meta.get(s)
5138 }
5139 setMetaProperty(s, o) {
5140 this.meta.set(s, o)
5141 }

Callers 8

idMethod · 0.95
classesMethod · 0.95
titleMethod · 0.95
descriptionMethod · 0.95
linksMethod · 0.95
MemberElementMethod · 0.80
SchemaElementMethod · 0.80

Calls 4

hasKeyMethod · 0.80
freezeMethod · 0.80
getMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected