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

Function attributeString

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

Source from the content-addressed store, hash-verified

20796 }
20797 function open(s) {
20798 function attributeString(s) {
20799 return ' ' + s.nodeName + '="' + escapeHTML(s.value) + '"'
20800 }
20801 u += '<' + tag(s) + [].map.call(s.attributes, attributeString).join('') + '>'
20802 }
20803 function close(s) {

Callers

nothing calls this directly

Calls 1

escapeHTMLFunction · 0.85

Tested by

no test coverage detected