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

Method constructor

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

Source from the content-addressed store, hash-verified

20260 const emitsWrappingTags = (s) => !!s.kind
20261 class HTMLRenderer {
20262 constructor(s, o) {
20263 ;((this.buffer = ''), (this.classPrefix = o.classPrefix), s.walk(this))
20264 }
20265 addText(s) {
20266 this.buffer += escapeHTML(s)
20267 }

Callers

nothing calls this directly

Calls 1

walkMethod · 0.45

Tested by

no test coverage detected