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

Method classes

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

Source from the content-addressed store, hash-verified

5201 this.setMetaProperty('id', s)
5202 }
5203 get classes() {
5204 return this.getMetaProperty('classes', [])
5205 }
5206 set classes(s) {
5207 this.setMetaProperty('classes', s)
5208 }

Callers

nothing calls this directly

Calls 2

getMetaPropertyMethod · 0.95
setMetaPropertyMethod · 0.95

Tested by

no test coverage detected