MCPcopy Index your code
hub / github.com/pythongosssss/ComfyUI-Custom-Scripts / unescapeXml

Method unescapeXml

web/js/workflowImage.js:425–427  ·  view source on GitHub ↗
(safe)

Source from the content-addressed store, hash-verified

423 }
424
425 static unescapeXml(safe) {
426 return safe.replaceAll("&amp;", "&").replaceAll("&lt;", "<").replaceAll("&gt;", ">");
427 }
428
429 getDrawTextConfig(_, widget) {
430 const domWrapper = widget.inputEl.closest(".dom-widget") ?? widget.inputEl;

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected