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

Method getElementClass

frontend/public/swagger-ui-bundle.js:564–567  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

562 return o
563 }
564 getElementClass(s) {
565 const o = this.elementMap[s]
566 return void 0 === o ? this.Element : o
567 }
568 fromRefract(s) {
569 return this.serialiser.deserialise(s)
570 }

Callers 4

deserialiseMethod · 0.80
deserialiseMethod · 0.80
ReferenceElementMethod · 0.80
ReferenceElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected