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

Method constructor

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

Source from the content-addressed store, hash-verified

499 j = i(86804)
500 class Namespace {
501 constructor(s) {
502 ;((this.elementMap = {}),
503 (this.elementDetection = []),
504 (this.Element = j.Element),
505 (this.KeyValuePair = j.KeyValuePair),
506 (s && s.noDefault) || this.useDefault(),
507 (this._attributeElementKeys = []),
508 (this._attributeElementArrayKeys = []))
509 }
510 use(s) {
511 return (
512 s.namespace && s.namespace({ base: this }),

Callers

nothing calls this directly

Calls 2

useDefaultMethod · 0.95
registerMethod · 0.95

Tested by

no test coverage detected